Skip to content

Commit ea272a8

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: add test to prevent future regressions [Validator] added Polish translation for units 114 and 115 [Validator] Add WordCount constraint Lithuanian translation
2 parents 12bb678 + a1ac40b commit ea272a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AbstractAsciiTestCase.php

+1
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ public static function provideSnake()
10841084
['symfonyisgreat', 'SYMFONY IS GREAT'],
10851085
['symfonyisgreat', 'SYMFONY _ IS _ GREAT'],
10861086
['symfony_isgreat', 'Symfony IS GREAT!'],
1087+
['123_customer_with_special_name', '123-customer,with/special#name'],
10871088
];
10881089
}
10891090

0 commit comments

Comments
 (0)