From 4a99480f50f382e48575c4a36b5bba77990ec0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 14 Dec 2023 23:22:48 +0100 Subject: [PATCH] fixup! Fix some tests --- .../ChillMainBundle/Tests/Controller/ScopeControllerTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php index 6711879bb..b88b0a852 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php @@ -68,9 +68,7 @@ final class ScopeControllerTest extends WebTestCase 'chill_mainbundle_scope[name][en]' => 'Foo en', ]); - $crawler = $client->submit($form); - var_dump($client->getResponse()->getStatusCode()); - var_dump($crawler->text()); + $client->submit($form); $crawler = $client->followRedirect(); // Check the element contains an attribute with value equals "Foo"