From 2fd9c1651a7ab9ff969b56a7703b66bf8ca87297 Mon Sep 17 00:00:00 2001 From: yanniboi Date: Mon, 23 Jan 2017 16:06:46 +0000 Subject: [PATCH] Issue #38: Revert phpunit-core runner to require installed Drupal again. --- runners/phpunit-core/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/phpunit-core/before_script.sh b/runners/phpunit-core/before_script.sh index c19f3af..9954abf 100755 --- a/runners/phpunit-core/before_script.sh +++ b/runners/phpunit-core/before_script.sh @@ -4,7 +4,7 @@ set -e $DRUPAL_TI_DEBUG # Ensure the right Drupal version is downloaded. -drupal_ti_ensure_drupal_download +drupal_ti_ensure_drupal # Ensure the module is linked into the code base. drupal_ti_ensure_module_linked