Completed
Push — develop ( 4097f8...d118ae )
by Tom
04:32
created
tests/N98/Magento/Command/Database/DumpCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.