Skip to content

Commit 8a33c3b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AbstractAsciiTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ public static function provideSnake()
10851085
['symfonyisgreat', 'SYMFONY IS GREAT'],
10861086
['symfonyisgreat', 'SYMFONY _ IS _ GREAT'],
10871087
['symfony_isgreat', 'Symfony IS GREAT!'],
1088+
['123_customer_with_special_name', '123-customer,with/special#name'],
10881089
];
10891090
}
10901091

0 commit comments

Comments
 (0)