Completed
Push — develop ( 2a789e...f51290 )
by Erwin
04:34
created
tests/Databases/MySQLDatabaseTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@  discard block
 block discarded – undo
50 50
         $this->assertFalse($this->database->backup());
51 51
     }
52 52
 
53
-     /**
54
-     * @test
55
-     */
53
+        /**
54
+         * @test
55
+         */
56 56
     public function testRestoreSuccess()
57 57
     {
58 58
         $this->processHandlerMock->method('run')->willReturn(true);
@@ -60,9 +60,9 @@  discard block
 block discarded – undo
60 60
         $this->assertTrue($this->database->restore($this->testBackupFile));
61 61
     }
62 62
 
63
-     /**
64
-     * @test
65
-     */
63
+        /**
64
+         * @test
65
+         */
66 66
     public function testRestoreFailure()
67 67
     {
68 68
         $this->processHandlerMock->method('run')->willReturn(false);
Please login to merge, or discard this patch.