8000 [Form] Remove a test which is no more relevant (after recent FileType… · symfony/symfony@ee5d975 · GitHub
[go: up one dir, main page]

Skip to content < 8000 /span>

Commit ee5d975

Browse files
committed
[Form] Remove a test which is no more relevant (after recent FileType refactoring)
1 parent f729c6b commit ee5d975

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/Symfony/Tests/Component/Form/AbstractDivLayoutTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -409,20 +409,4 @@ public function testLabelHasNoId()
409409
'
410410
);
411411
}
412-
413-
public function testFileLabelAccessibility()
414-
{
415-
$form = $this->factory->createNamed('file', 'name');
416-
$html = $this->renderRow($form->createView());
417-
418-
$this->assertMatchesXpath($html,
419-
'/div
420-
[
421-
./label[@for="name"]
422-
/following-sibling::input[@id="name"][@type="file"]
423-
]
424-
'
425-
);
426-
}
427-
428412
}

0 commit comments

Comments
 (0)
0