@@ -55,5 +55,5 @@ |
||
| 55 | 55 | $this->assertTrue($parser->parseAndContinue($process)); |
| 56 | 56 | |
| 57 | 57 | $this->assertEmpty($process->getTestResults()); |
| 58 | - } |
|
| 58 | + } |
|
| 59 | 59 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | { |
| 34 | 34 | $filePath = $this->fileName->generate($process); |
| 35 | 35 | |
| 36 | - if ( ! file_exists($filePath)) { |
|
| 36 | + if (!file_exists($filePath)) { |
|
| 37 | 37 | throw new JSONLogNotFoundException($process); |
| 38 | 38 | } |
| 39 | 39 | |