From 6f3b956df09083c32ab47468d1167afdbb089ebf Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Fri, 18 Aug 2017 12:37:25 -0700 Subject: [PATCH] Install with 'pantheon' profile, not 'standard'. --- tests/features/bootstrap/FeatureContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/bootstrap/FeatureContext.php b/tests/features/bootstrap/FeatureContext.php index e8f54bc..892d94f 100644 --- a/tests/features/bootstrap/FeatureContext.php +++ b/tests/features/bootstrap/FeatureContext.php @@ -98,7 +98,7 @@ public function iHaveReinstalled() $site_mail = getenv('ADMIN_EMAIL'); $admin_password = getenv('ADMIN_PASSWORD'); - passthru("terminus --yes drush $site.$env -- --yes site-install standard --site-name=\"$site_name\" --site-mail=\"$site_mail\" --account-name=admin --account-pass=\"$admin_password\"'"); + passthru("terminus --yes drush $site.$env -- --yes site-install pantheon --site-name=\"$site_name\" --site-mail=\"$site_mail\" --account-name=admin --account-pass=\"$admin_password\"'"); } /**