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 df1f655 commit 51c36bfCopy full SHA for 51c36bf
src/Symfony/Component/Validator/Tests/Constraints/UniqueTest.php
@@ -37,7 +37,7 @@ public function testAttributes()
37
self::assertSame('some attached data', $cConstraint->payload);
38
39
[$dConstraint] = $metadata->properties['d']->getConstraints();
40
- self::assertSame(['intval'], $dConstraint->normalizer);
+ self::assertSame('intval', $dConstraint->normalizer);
41
}
42
43
public function testInvalidNormalizerThrowsException()
0 commit comments