From 3a9a4f003eda2bb8c9be4d57f831c2ca4f3781a0 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 2 Apr 2017 20:02:59 +0200 Subject: [PATCH] Testing: Fix typo from #6427 --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index dbb42ffb458..e3c9d5dba7a 100644 --- a/testing.rst +++ b/testing.rst @@ -730,7 +730,7 @@ add the values to the raw data array:: $values['task']['tags'][1]['name'] = 'bar'; // Submit the form with the existing and new values. - $crawler = $this->client->request($form->getMethod(), $form->getUri(), $values, + $crawler = $client->request($form->getMethod(), $form->getUri(), $values, $form->getPhpFiles()); // The 2 tags have been added to the collection.