8000 remove two invalid test cases · symfony/symfony@ea3ef0c · GitHub
[go: up one dir, main page]

Skip to content

Commit ea3ef0c

Browse files
committed
remove two invalid test cases
1 parent 967fa36 commit ea3ef0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Form/Tests/SimpleFormTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public function testGetPropertyPath($name, $propertyPath)
6767

6868
public function provideFormNames()
6969
{
70-
yield [null, null];
71-
yield ['', null];
7270
yield ['0', '0'];
7371
yield [0, '0'];
7472
yield ['name', 'name'];

0 commit comments

Comments
 (0)
0