Skip to content
Snippets Groups Projects
Commit 9ec2f08f authored by Christian Foidl's avatar Christian Foidl
Browse files

Issue #3417954: use web port in test base url

parent b9a140e6
No related branches found
No related tags found
1 merge request!2Issue #3417954: Update drush commands to create() method
......@@ -51,7 +51,7 @@
export NONINTERACTIVE="1"
export COMPOSER_NO_INTERACTION="1"
export WEB_PORT="9000"
export SIMPLETEST_BASE_URL="http://localhost"
export SIMPLETEST_BASE_URL="http://localhost:$WEB_PORT"
export SIMPLETEST_DB="sqlite://localhost/sites/default/files/.sqlite"
export PATH="$PATH:$(pwd)/vendor/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment