Completed
Branch master (393d4d)
by Lusseau
04:57
created
src/Metfan/RabbitSetup/Tests/Parser/ParseExpertConfigTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,9 @@
 block discarded – undo
29 29
      */
30 30
     public function test($filePath, $exception = null)
31 31
     {
32
-        if (!defined('ROOT_PATH'))
33
-            define('ROOT_PATH', realpath(__DIR__.'/../'));
32
+        if (!defined('ROOT_PATH')) {
33
+                    define('ROOT_PATH', realpath(__DIR__.'/../'));
34
+        }
34 35
 
35 36
         $parser = new ParseExpertConfig();
36 37
 
Please login to merge, or discard this patch.