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