Skip to content

Commit

Permalink
Add SIMPLETEST_BASE_URL to envoirment
Browse files Browse the repository at this point in the history
  • Loading branch information
jibran committed Apr 12, 2016
1 parent 57a55f2 commit 1ff59fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environments/drupal-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export DISPLAY=:99.0
# export SIMPLETEST_DB for KernelTestBase, so it is available for all runners.
export SIMPLETEST_DB="$DRUPAL_TI_DB_URL"

# export SIMPLETEST_BASE_URL for BrowserTestBase, so it is available for all runners.
export SIMPLETEST_BASE_URL="$DRUPAL_TI_WEBSERVER_URL:$DRUPAL_TI_WEBSERVER_PORT"

# Use 'minimal' by default for Drupal 8.
if [ -z "$DRUPAL_TI_INSTALL_PROFILE" ]
then
Expand Down

0 comments on commit 1ff59fc

Please sign in to comment.