From e7401a21296cfada35db395cad8aeadc4723fb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bourgeois?= Date: Thu, 15 Nov 2012 10:18:26 +0100 Subject: [PATCH] Update src/Symfony/Component/DomCrawler/Tests/FormTest.php --- tests/Symfony/Tests/Component/DomCrawler/FormTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Symfony/Tests/Component/DomCrawler/FormTest.php b/tests/Symfony/Tests/Component/DomCrawler/FormTest.php index 41e599ec66..8250f2c2e3 100644 --- a/tests/Symfony/Tests/Component/DomCrawler/FormTest.php +++ b/tests/Symfony/Tests/Component/DomCrawler/FormTest.php @@ -72,6 +72,12 @@ class FormTest extends \PHPUnit_Framework_TestCase ', array(), ), + array( + 'does not take into account input fields with an empty name attribute value', + ' + ', + array(), + ), array( 'takes into account disabled input fields', '