Passed
Push — master ( 88ba49...d8dd24 )
by ma
02:11
created
tests/ExportTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     public function testSaveFile()
28 28
     {
29
-        $pathName = __DIR__ . '/tmp/';
29
+        $pathName = __DIR__.'/tmp/';
30 30
         $fileName = $this->export->save('TestSheet', $pathName);
31 31
         $this->assertTrue(file_exists($fileName));
32 32
         unlink($fileName);
Please login to merge, or discard this patch.