Completed
Push — master ( f2d606...ed3e7f )
by Oleg
02:59
created
tests/OptimizelyPHPTest/Service/v2/PlanTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -465,8 +465,9 @@
 block discarded – undo
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
         
Please login to merge, or discard this patch.