From 5d50f77e34f2b61327482b7d198d554af1357cf2 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 29 Oct 2018 12:09:33 +0100 Subject: [PATCH] fixup! Debug MySQL failing --- composer.json | 2 +- tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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; } } -- 2.41.0