@@ -62,8 +62,8 @@ |
||
62 | 62 | // We mock the DialogHelper |
63 | 63 | $dialog = $this->createMock('N98\Util\Console\Helper\ParameterHelper', ['askPassword']); |
64 | 64 | $dialog->expects($this->at(0)) |
65 | - ->method('askPassword') |
|
66 | - ->willReturn(true); // The user confirms |
|
65 | + ->method('askPassword') |
|
66 | + ->willReturn(true); // The user confirms |
|
67 | 67 | |
68 | 68 | // We override the standard helper with our mock |
69 | 69 | $command->getHelperSet()->set($dialog, 'parameter'); |