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 ba2cb2b commit d912bbfCopy full SHA for d912bbf
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