Update port number
Prevents collisions with other running projects, such as my personal website that uses Sculpin and also port 8000 by default.
This commit is contained in:
parent
75b17fd565
commit
ea2c228806
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="web/core/tests/bootstrap.php" colors="true">
|
||||
<php>
|
||||
<env name="SIMPLETEST_BASE_URL" value="http://localhost:8000"/>
|
||||
<env name="SIMPLETEST_BASE_URL" value="http://localhost:9000"/>
|
||||
<env name="SIMPLETEST_DB" value="sqlite://localhost//dev/shm/test.sqlite"/>
|
||||
<ini name="error_reporting" value="32767"/>
|
||||
<ini name="memory_limit" value="-1"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue