Skip to content

Commit 230dd2f

Browse files
committed
fix merge
1 parent 5d0761f commit 230dd2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Constraints/CascadeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function testExcludeProperties()
3535
self::assertSame(['foo' => 0, 'bar' => 1], $constraint->exclude);
3636
}
3737

38+
/**
39+
* @group legacy
40+
*/
3841
public function testExcludePropertiesDoctrineStyle()
3942
{
4043
$constraint = new Cascade(['exclude' => ['foo', 'bar']]);

0 commit comments

Comments
 (0)