From 5d50f77e34f2b61327482b7d198d554af1357cf2 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 29 Oct 2018 12:09:33 +0100 Subject: fixup! Debug MySQL failing --- tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Wallabag/CoreBundle/Mock') 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 { protected function runCommand($command, $parameters = []) { + // echo $command."\n"; + var_dump($command); + return $this; } } -- cgit v1.2.3