Skip to content

Commit

Permalink
Merge pull request #75 from jibran/patch-1
Browse files Browse the repository at this point in the history
Add SIMPLETEST_BASE_URL to environment
  • Loading branch information
LionsAd committed Apr 12, 2016
2 parents 57a55f2 + 1ff59fc commit 3f89899
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 3f89899

Please sign in to comment.