Skip to content

Commit e130559

Browse files
Merge branch '6.4' into 7.2
* 6.4: [Validator] Fix incorrect assertion in `WhenTest` [DoctrineBridge] Fix deprecation with `doctrine/dbal` ^4.3
2 parents d8c59f6 + d6f2bc8 commit e130559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/WhenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testAttributes()
7373

7474
[$barConstraint] = $metadata->properties['bar']->getConstraints();
7575

76-
self::assertInstanceOf(When::class, $fooConstraint);
76+
self::assertInstanceOf(When::class, $barConstraint);
7777
self::assertSame('false', $barConstraint->expression);
7878
self::assertEquals([
7979
new NotNull([

0 commit comments

Comments
 (0)