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 5d0761f commit 230dd2fCopy full SHA for 230dd2f
Tests/Constraints/CascadeTest.php
@@ -35,6 +35,9 @@ public function testExcludeProperties()
35
self::assertSame(['foo' => 0, 'bar' => 1], $constraint->exclude);
36
}
37
38
+ /**
39
+ * @group legacy
40
+ */
41
public function testExcludePropertiesDoctrineStyle()
42
{
43
$constraint = new Cascade(['exclude' => ['foo', 'bar']]);
0 commit comments