File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/Symfony/Component/Validator/Tests/Constraints Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -148,20 +148,6 @@ public function testValidComparisonToPropertyPath($comparedValue)
148
148
$ this ->assertNoViolation ();
149
149
}
150
150
151
- /**
152
- * @dataProvider provideValidComparisonsToPropertyPath
153
- */
154
- public function testValidComparisonToPropertyPathOnArray ($ comparedValue )
155
- {
156
- $ constraint = $ this ->createConstraint (['propertyPath ' => '[root][value] ' ]);
157
-
158
- $ this ->setObject (['root ' => ['value ' => 5 ]]);
159
-
160
- $ this ->validator ->validate ($ comparedValue , $ constraint );
161
-
162
- $ this ->assertNoViolation ();
163
- }
164
-
165
151
public function testNoViolationOnNullObjectWithPropertyPath ()
166
152
{
167
153
$ constraint = $ this ->createConstraint (['propertyPath ' => 'propertyPath ' ]);
You can’t perform that action at this time.
0 commit comments