Skip to content

Commit 42cb3f3

Browse files
committed
test: kebab-case to snake_case
1 parent 76d8b2b commit 42cb3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/AbstractAsciiTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,8 @@ public static function provideSnake()
10701070
['x_y', 'x_y'],
10711071
['x_y', 'X_Y'],
10721072
['xu_yo', 'xu_yo'],
1073+
['symfony_is_great', 'symfony-is-great'],
1074+
['symfony_is_great', 'symfony.is.great'],
10731075
['symfony_is_great', 'symfonyIsGreat'],
10741076
['symfony5_is_great', 'symfony5IsGreat'],
10751077
['symfony5is_great', 'symfony5isGreat'],

0 commit comments

Comments
 (0)