We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fee15 commit 28ee64bCopy full SHA for 28ee64b
src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php
@@ -223,8 +223,6 @@ public function testConfigureQueryBuilderWithClosureReturningNonQueryBuilder()
223
'class' => self::SINGLE_IDENT_CLASS,
224
'query_builder' => fn () => new \stdClass(),
225
]);
226
-
227
- $field->submit('2');
228
}
229
230
public function testConfigureQueryBuilderWithClosureReturningNullUseDefault()
0 commit comments