From 4c328d0aae42524943c35dd6b3d4532e532c69f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 30 Nov 2015 22:12:59 +0100 Subject: [PATCH] remove dump informations --- Tests/Controller/CustomFieldsGroupControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Controller/CustomFieldsGroupControllerTest.php b/Tests/Controller/CustomFieldsGroupControllerTest.php index 920e02986..b6bc3bbee 100644 --- a/Tests/Controller/CustomFieldsGroupControllerTest.php +++ b/Tests/Controller/CustomFieldsGroupControllerTest.php @@ -52,7 +52,7 @@ class CustomFieldsGroupControllerTest extends WebTestCase { $crawler = $client->request('GET', '/fr/admin/customfieldsgroup/'); $crawler = $client->click($crawler->selectLink('modifier')->link()); - fwrite(STDOUT, $crawler->text()); + $form = $crawler->selectButton('Update')->form(array( 'custom_fields_group[name][fr]' => 'Foo', ));