File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313
1414use PHPUnit \Framework \TestCase ;
1515use Symfony \Component \String \AbstractString ;
16- use function Symfony \Component \String \b ;
1716use Symfony \Component \String \ByteString ;
17+ use Symfony \Component \String \UnicodeString ;
18+
19+ use function Symfony \Component \String \b ;
1820use function Symfony \Component \String \s ;
1921use function Symfony \Component \String \u ;
20- use Symfony \Component \String \UnicodeString ;
2122
2223final class FunctionsTest extends TestCase
2324{
Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ public function singularizeProvider()
160160 ['SubTrees ' , 'SubTree ' ],
161161
162162 // Known issues
163- //['insignia', 'insigne'],
164- //['insignias', 'insigne'],
165- //['rattles', 'rattle'],
163+ // ['insignia', 'insigne'],
164+ // ['insignias', 'insigne'],
165+ // ['rattles', 'rattle'],
166166 ];
167167 }
168168
You can’t perform that action at this time.
0 commit comments