Skip to content

Commit 9fb1714

Browse files
Update AbstractUnicodeTestCase.php
fix typo
1 parent 8bcb635 commit 9fb1714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,7 @@ public static function provideSnake()
671671
return array_merge(
672672
parent::provideSnake(),
673673
[
674-
['symfony-ist-äußerst-cool', 'symfonyIstÄußerstCool'],
675-
['symfony-with-emojis', 'Symfony with 😃 emojis'],
674+
['symfony_ist_äußerst_cool', 'symfonyIstÄußerstCool'],
676675
]
677676
);
678677
}

0 commit comments

Comments
 (0)