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"