Skip to content

Commit df4aa68

Browse files
authored
test(symfony): property path violation enum (#6464)
1 parent 0cb67ce commit df4aa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Parameters/ValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function provideQueryStrings(): array
4545
'enum[]=c&enum[]=c',
4646
[
4747
[
48-
'propertyPath' => 'enum', 'message' => 'This collection should contain only unique elements.',
48+
'message' => 'This collection should contain only unique elements.',
4949
],
5050
[
5151
'propertyPath' => 'enum', 'message' => 'The value you selected is not a valid choice.',

0 commit comments

Comments
 (0)