Completed
Pull Request — master (#9)
by Mark
02:07
created
_test/syntax_include.test.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,9 @@
 block discarded – undo
54 54
         parent::tearDownAfterClass();
55 55
 
56 56
         $log = file_get_contents(TMP_DIR . '/cache/debug.log');
57
-        if(!$log) print_r($log);
57
+        if(!$log) {
58
+            print_r($log);
59
+        }
58 60
     }
59 61
 
60 62
     public function setUp() {
Please login to merge, or discard this patch.
_test/syntax_exclude.test.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,9 @@
 block discarded – undo
54 54
         parent::tearDownAfterClass();
55 55
 
56 56
         $log = file_get_contents(TMP_DIR . '/cache/debug.log');
57
-        if(!$log) print_r($log);
57
+        if(!$log) {
58
+            print_r($log);
59
+        }
58 60
     }
59 61
 
60 62
     public function setUp() {
Please login to merge, or discard this patch.