@@ -50,9 +50,9 @@ discard block |
||
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 |
||
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); |