Test Failed
Push — master ( 999e77...eaa667 )
by Evgenii
09:33
created
tests/unit/BackupCreateTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         $this->assertTrue(is_object($backup));
69 69
         $this->assertEquals(BackupType::FILES, $backup->type);
70 70
         $this->assertFileExists($backup->getFullPath());
71
-       // @unlink($backup->getFullPath());
71
+        // @unlink($backup->getFullPath());
72 72
     }
73 73
 
74 74
     public function testSaveAllOldBackups()
Please login to merge, or discard this patch.