@@ -40,7 +40,7 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | public function createProcess($testFilePath) |
| 42 | 42 | { |
| 43 | - if (! $this->phpunitConfig instanceof PHPUnitConfig) { |
|
| 43 | + if ( ! $this->phpunitConfig instanceof PHPUnitConfig) { |
|
| 44 | 44 | throw new InvalidConfigurationException('PHPUnit config missing'); |
| 45 | 45 | } |
| 46 | 46 | |