diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php b/tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php index 5806bd4d..59529362 100644 --- a/tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php +++ b/tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php | |||
@@ -17,6 +17,9 @@ class InstallCommandMock extends InstallCommand | |||
17 | { | 17 | { |
18 | protected function runCommand($command, $parameters = []) | 18 | protected function runCommand($command, $parameters = []) |
19 | { | 19 | { |
20 | // echo $command."\n"; | ||
21 | var_dump($command); | ||
22 | |||
20 | return $this; | 23 | return $this; |
21 | } | 24 | } |
22 | } | 25 | } |