Skip to content

Commit b079777

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix Fix test provider
2 parents d745912 + 5eada2d commit b079777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/FunctionsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\String\AbstractString;
1616
use Symfony\Component\String\ByteString;
17+
use Symfony\Component\String\UnicodeString;
1718

1819
use function Symfony\Component\String\b;
1920
use function Symfony\Component\String\s;
2021
use function Symfony\Component\String\u;
2122

22-
use Symfony\Component\String\UnicodeString;
23-
2423
final class FunctionsTest extends TestCase
2524
{
2625
/**

Tests/SluggerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class SluggerTest extends TestCase
1818
{
1919
/**
2020
* @requires extension intl
21+
*
2122
* @dataProvider provideSlug
2223
*/
2324
public function testSlug(string $string, string $locale, string $expectedSlug)

0 commit comments

Comments
 (0)