Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6d0f3b

Browse files
committed
test: kebab-case to snake_case
1 parent 2ad804f commit a6d0f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/String/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)