Skip to content

Commit 4c171e5

Browse files
alanpoulainsoyuka
authored andcommitted
test: remove group from RelatedDummy
1 parent 10ffee4 commit 4c171e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/Entity/RelatedDummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class RelatedDummy extends ParentDummy
5353
* @var string|null A name
5454
*/
5555
#[ORM\Column(nullable: true)]
56-
#[Groups(['friends', 'chicago'])]
56+
#[Groups(['friends'])]
5757
public $name;
5858

5959
#[ORM\Column]

0 commit comments

Comments
 (0)