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', ));