Skip to content

Commit

Permalink
Issue LionsAd#38: Add missing change directory for phpunit-core runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mradcliffe committed Aug 8, 2015
1 parent aeb0e05 commit 729b806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runners/phpunit-core/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ set -e $DRUPAL_TI_DEBUG
# Ensure the right Drupal version is downloaded.
drupal_ti_ensure_drupal

# Change directory to Drupal core directory.
cd drupal

# Ensure the module is linked into the code base.
drupal_ti_ensure_module_linked

0 comments on commit 729b806

Please sign in to comment.