diff --git a/src/Cli/CloudApi.php b/src/Cli/CloudApi.php index 44cc4a7..9251913 100644 --- a/src/Cli/CloudApi.php +++ b/src/Cli/CloudApi.php @@ -36,7 +36,7 @@ public static function createClient(Config $config) { $acquia = $config->get('acquia'); - + $connector = new Connector( [ 'key' => $acquia['key'], diff --git a/tests/Commands/CacheClearCommandTest.php b/tests/Commands/CacheClearCommandTest.php index 30dd48f..fc374cc 100644 --- a/tests/Commands/CacheClearCommandTest.php +++ b/tests/Commands/CacheClearCommandTest.php @@ -7,7 +7,7 @@ class CacheClearCommandTest extends AcquiaCliTestCase { - + public function testClearCache() { // Run a basic command to fill the cache. diff --git a/tests/Commands/SetupCommandTest.php b/tests/Commands/SetupCommandTest.php index d3154b2..abd5f4f 100644 --- a/tests/Commands/SetupCommandTest.php +++ b/tests/Commands/SetupCommandTest.php @@ -13,7 +13,7 @@ class SetupCommandTest extends AcquiaCliTestCase { - + public function testSetupConfigViewDefault() { $command = ['setup:config:view'];