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.
2 parents d8c59f6 + d6f2bc8 commit e130559Copy full SHA for e130559
Tests/Constraints/WhenTest.php
@@ -73,7 +73,7 @@ public function testAttributes()
73
74
[$barConstraint] = $metadata->properties['bar']->getConstraints();
75
76
- self::assertInstanceOf(When::class, $fooConstraint);
+ self::assertInstanceOf(When::class, $barConstraint);
77
self::assertSame('false', $barConstraint->expression);
78
self::assertEquals([
79
new NotNull([
0 commit comments