Skip to content

Commit

Permalink
remove two invalid test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 6, 2019
1 parent 967fa36 commit ea3ef0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Form/Tests/SimpleFormTest.php
Expand Up @@ -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'];
Expand Down

0 comments on commit ea3ef0c

Please sign in to comment.