@@ -465,8 +465,9 @@ |
||
465 | 465 | |
466 | 466 | public function testIntegration() |
467 | 467 | { |
468 | - if (!getenv('OPTIMIZELY_PHP_TEST_INTEGRATION')) |
|
469 | - $this->markTestSkipped('OPTIMIZELY_PHP_TEST_INTEGRATION env var is not set'); |
|
468 | + if (!getenv('OPTIMIZELY_PHP_TEST_INTEGRATION')) { |
|
469 | + $this->markTestSkipped('OPTIMIZELY_PHP_TEST_INTEGRATION env var is not set'); |
|
470 | + } |
|
470 | 471 | |
471 | 472 | $credentials = $this->loadCredentialsFromFile(); |
472 | 473 |