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.
WhenTest
1 parent f4db21a commit d6f2bc8Copy full SHA for d6f2bc8
Tests/Constraints/WhenTest.php
@@ -89,7 +89,7 @@ public function testAnnotations()
89
90
[$barConstraint] = $metadata->properties['bar']->getConstraints();
91
92
- self::assertInstanceOf(When::class, $fooConstraint);
+ self::assertInstanceOf(When::class, $barConstraint);
93
self::assertSame('false', $barConstraint->expression);
94
self::assertEquals([
95
new NotNull([
@@ -161,7 +161,7 @@ public function testAttributes()
161
162
163
164
165
166
167
0 commit comments