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 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Component \String \AbstractString ;
16
- use function Symfony \Component \String \b ;
17
16
use Symfony \Component \String \ByteString ;
17
+ use Symfony \Component \String \UnicodeString ;
18
+
19
+ use function Symfony \Component \String \b ;
18
20
use function Symfony \Component \String \s ;
19
21
use function Symfony \Component \String \u ;
20
- use Symfony \Component \String \UnicodeString ;
21
22
22
23
final class FunctionsTest extends TestCase
23
24
{
Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ public function singularizeProvider()
160
160
['SubTrees ' , 'SubTree ' ],
161
161
162
162
// Known issues
163
- //['insignia', 'insigne'],
164
- //['insignias', 'insigne'],
165
- //['rattles', 'rattle'],
163
+ // ['insignia', 'insigne'],
164
+ // ['insignias', 'insigne'],
165
+ // ['rattles', 'rattle'],
166
166
];
167
167
}
168
168
You can’t perform that action at this time.
0 commit comments