Skip to content

Commit bcd14dc

Browse files
Merge branch '2.7' into 2.8
* 2.7: Remove dead code
2 parents 269e770 + c3cdddb commit bcd14dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/FormRegistryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ public function testFailIfUnregisteredTypeNoFormType()
118118
$this->registry->getType('stdClass');
119119
}
120120

121+
/**
122+
* @group legacy
123+
*/
121124
public function testLegacyGetTypeFromExtension()
122125
{
123126
$type = new LegacyFooType();

0 commit comments

Comments
 (0)