Skip to content

Commit c357486

Browse files
Fix rebase
1 parent 077f28e commit c357486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@ public function testBugSingleEnum(?string $objectManagerLoader): void
503503
$this->analyse([__DIR__ . '/data/bug-single-enum.php'], []);
504504
}
505505

506+
/**
507+
* @dataProvider dataObjectManagerLoader
508+
*/
506509
public function testBug659(?string $objectManagerLoader): void
507510
{
508511
$this->allowNullablePropertyForRequiredField = false;

0 commit comments

Comments
 (0)