8000
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 00e1367 commit 9000c1eCopy full SHA for 9000c1e
src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php
@@ -50,17 +50,6 @@ public function testValidComparisonToPropertyPath()
50
$this->assertNoViolation();
51
}
52
53
- public function testValidComparisonToPropertyPathOnArray()
54
- {
55
- $constraint = new Bic(['ibanPropertyPath' => '[root][value]']);
56
-
57
- $this->setObject(['root' => ['value' => 'FR14 2004 1010 0505 0001 3M02 606']]);
58
59
- $this->validator->validate('SOGEFRPP', $constraint);
60
61
- $this->assertNoViolation();
62
- }
63
64
public function testInvalidComparisonToPropertyPath()
65
{
66
$constraint = new Bic(['ibanPropertyPath' => 'value']);
0 commit comments