From: Jeremy Benoist Date: Mon, 29 Oct 2018 11:09:33 +0000 (+0100) Subject: fixup! Debug MySQL failing X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=5d50f77e34f2b61327482b7d198d554af1357cf2;p=github%2Fwallabag%2Fwallabag.git fixup! Debug MySQL failing --- diff --git a/composer.json b/composer.json index bc08b015..475e000f 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "symfony/phpunit-bridge": "^3.3", "friendsofphp/php-cs-fixer": "~2.0", "m6web/redis-mock": "^2.0", - "dama/doctrine-test-bundle": "^4.0" + "dama/doctrine-test-bundle": "^5.0" }, "scripts": { "post-cmd": [ 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; } }