Add a test to confirm the token substitutes

...correctly
This commit is contained in:
Oliver Davies 2025-05-12 12:00:00 +01:00
parent 58740872fa
commit ceb74f618b
2 changed files with 46 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<php>
<ini name="error_reporting" value="32767"/>
<ini name="memory_limit" value="-1"/>
<env name="SIMPLETEST_BASE_URL" value=""/>
<env name="SIMPLETEST_BASE_URL" value="http://localhost:8888"/>
<env name="SIMPLETEST_DB" value="sqlite://localhost//dev/shm/testing.sqlite"/>
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<env name="MINK_DRIVER_CLASS" value=""/>