]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fixup! Debug MySQL failing
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Oct 2018 11:09:33 +0000 (12:09 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Oct 2018 11:09:33 +0000 (12:09 +0100)
composer.json
tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php

index bc08b015d7bc1f55cc8c554dd27a7d4ea4d26539..475e000f165b8826f3b9ba8de70d1656f2dc7c8b 100644 (file)
@@ -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": [
index 5806bd4d5dc9b7a8329fa9760d3dfd7097305c75..59529362c37287f0ca49a64fec2b8e3e2bf2b191 100644 (file)
@@ -17,6 +17,9 @@ class InstallCommandMock extends InstallCommand
 {
     protected function runCommand($command, $parameters = [])
     {
+        // echo $command."\n";
+        var_dump($command);
+
         return $this;
     }
 }