Completed
Push — master ( a7b092...3bee99 )
by Michaël
02:47
created
src/Tests/TextFileTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.