@@ -134,7 +134,7 @@ |
||
134 | 134 | { |
135 | 135 | $phpunitVersion = new \PHPUnit_Runner_Version(); |
136 | 136 | |
137 | - if ( ! preg_match('/^5\./', $phpunitVersion->id())) { |
|
137 | + if (!preg_match('/^5\./', $phpunitVersion->id())) { |
|
138 | 138 | $this->markTestSkipped('PHPUnit < 5 in this env, warnings are not present.'); |
139 | 139 | } |
140 | 140 |