8000 Drop test case · symfony/symfony@f6506aa · GitHub
[go: up one dir, main page]

Skip to content

Commit f6506aa

Browse files
committed
Drop test case
1 parent 56418da commit f6506aa

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,19 +1346,6 @@ public function testPassIdAndNameToView()
13461346
$this->assertEquals('name', $view->vars['full_name']);
13471347
}
13481348

1349-
public function testStripLeadingUnderscoresAndDigitsFromId()
1350-
{
1351-
$view = $this->factory->createNamed('_09name', static::TESTED_TYPE, null, [
1352-
'em' => 'default',
1353-
'class' => self::SINGLE_IDENT_CLASS,
1354-
])
1355-
->createView();
1356-
1357-
$this->assertEquals('name', $view->vars['id']);
1358-
$this->assertEquals('_09name', $view->vars['name']);
1359-
$this->assertEquals('_09name', $view->vars['full_name']);
1360-
}
1361-
13621349
public function testPassIdAndNameToViewWithParent()
13631350
{
13641351
$view = $this->factory->createNamedBuilder('parent', FormTypeTest::TESTED_TYPE)

0 commit comments

Comments
 (0)
0