@@ -26,7 +26,7 @@ |
||
| 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); |