@@ -148,7 +148,7 @@ |
||
148 | 148 | */ |
149 | 149 | public function realDump() |
150 | 150 | { |
151 | - $dumpFile = new SplFileInfo($this->getTestMagentoRoot(). '/test-dump.sql'); |
|
151 | + $dumpFile = new SplFileInfo($this->getTestMagentoRoot() . '/test-dump.sql'); |
|
152 | 152 | if ($dumpFile->isReadable()) { |
153 | 153 | $this->assertTrue(unlink($dumpFile), 'Precondition to unlink that the file does not exists'); |
154 | 154 | } |