@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function testOpenNonExisting() |
| 20 | 20 | { |
| 21 | - $filePath = $this->workspace . DIRECTORY_SEPARATOR . mt_rand(0, 1000) . '.txt'; |
|
| 21 | + $filePath = $this->workspace.DIRECTORY_SEPARATOR.mt_rand(0, 1000).'.txt'; |
|
| 22 | 22 | |
| 23 | 23 | $this->assertFalse($this->filesystem->exists($filePath)); |
| 24 | 24 | |