@@ -54,7 +54,9 @@ |
||
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() { |
@@ -54,7 +54,9 @@ |
||
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() { |