Skip to content

Commit 28ee64b

Browse files
committed
-
1 parent 75fee15 commit 28ee64b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ public function testConfigureQueryBuilderWithClosureReturningNonQueryBuilder()
223223
'class' => self::SINGLE_IDENT_CLASS,
224224
'query_builder' => fn () => new \stdClass(),
225225
]);
226-
227-
$field->submit('2');
228226
}
229227

230228
public function testConfigureQueryBuilderWithClosureReturningNullUseDefault()

0 commit comments

Comments
 (0)