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 077f28e commit c357486Copy full SHA for c357486
tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php
@@ -503,6 +503,9 @@ public function testBugSingleEnum(?string $objectManagerLoader): void
503
$this->analyse([__DIR__ . '/data/bug-single-enum.php'], []);
504
}
505
506
+ /**
507
+ * @dataProvider dataObjectManagerLoader
508
+ */
509
public function testBug659(?string $objectManagerLoader): void
510
{
511
$this->allowNullablePropertyForRequiredField = false;
0 commit comments