Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
idbentley committed Jul 3, 2024
1 parent ef5413c commit b92dd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Serializer/Doctrine/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function testDiscriminatorIsInferredFromDoctrine()
$class = new Clazz($teacher, [$student1, $student2]);

$em->persist($teacher);
$em->flush();
$em->persist($student1);
$em->persist($student2);
$em->persist($class);
Expand Down

0 comments on commit b92dd32

Please sign in to comment.