Skip to content

Commit 0f1e8ac

Browse files
committed
Fix incorrect SIMPLETEST_BASE_URL for local
1 parent f28ccdd commit 0f1e8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-tests-running/locally.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cp core/phpunit.xml.dist core/phpunit.xml
8686
Modify phpunit.xml
8787

8888
```
89-
SIMPLETEST_BASE_URL=http:/127.0.0.1:8080
89+
SIMPLETEST_BASE_URL=http://127.0.0.1:8080
9090
SIMPLETEST_DB=sqlite://localhost/sites/default/files/db.sqlite
9191
BROWSERTEST_OUTPUT_DIRECTORY=../private/browser_output
9292
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-gpu", "--no-sandbox"]}}, "http://127.0.0.1:9515"]'

0 commit comments

Comments
 (0)