diff --git a/src/Symfony/Component/Form/Tests/SimpleFormTest.php b/src/Symfony/Component/Form/Tests/SimpleFormTest.php index 5233a8f1aae18..6ed1c8ba2c9a1 100644 --- a/src/Symfony/Component/Form/Tests/SimpleFormTest.php +++ b/src/Symfony/Component/Form/Tests/SimpleFormTest.php @@ -67,8 +67,6 @@ public function testGetPropertyPath($name, $propertyPath) public function provideFormNames() { - yield [null, null]; - yield ['', null]; yield ['0', '0']; yield [0, '0']; yield ['name', 'name'];