aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-10-29 12:09:33 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-10-29 12:09:33 +0100
commit5d50f77e34f2b61327482b7d198d554af1357cf2 (patch)
tree67b8d46211f5c6c62f5328f35fa71b14f22b519d /tests
parentffb4e0b92219a4eccdf4ff773ce43159f3ad3162 (diff)
downloadwallabag-5d50f77e34f2b61327482b7d198d554af1357cf2.tar.gz
wallabag-5d50f77e34f2b61327482b7d198d554af1357cf2.tar.zst
wallabag-5d50f77e34f2b61327482b7d198d554af1357cf2.zip
fixup! Debug MySQL failing
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php3
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}