From 48c802da124ccb44f9602ae05af3bf1d2082a8d0 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 29 Oct 2018 14:33:41 +0100 Subject: fixup! Debug MySQL failing --- tests/Wallabag/CoreBundle/WallabagCoreTestCase.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php index 50361039..7db9fca1 100644 --- a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php +++ b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php @@ -8,7 +8,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; use Symfony\Component\BrowserKit\Cookie; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Output\BufferedOutput; -use Symfony\Component\Console\Output\NullOutput; use Wallabag\CoreBundle\Entity\Config; use Wallabag\UserBundle\Entity\User; @@ -51,7 +50,8 @@ abstract class WallabagCoreTestCase extends WebTestCase if (0 !== $exitCode) { var_dump('doctrine:schema:drop'); - var_export($output->fetch()); die(); + var_export($output->fetch()); + die(); } $output = new BufferedOutput(); @@ -63,7 +63,8 @@ abstract class WallabagCoreTestCase extends WebTestCase if (0 !== $exitCode) { var_dump('doctrine:schema:create'); - var_export($output->fetch()); die(); + var_export($output->fetch()); + die(); } $output = new BufferedOutput(); @@ -75,7 +76,8 @@ abstract class WallabagCoreTestCase extends WebTestCase if (0 !== $exitCode) { var_dump('doctrine:fixtures:load'); - var_export($output->fetch()); die(); + var_export($output->fetch()); + die(); } /* -- cgit v1.2.3