Skip to content

Commit 1ee2e6f

Browse files
Merge branch '6.2' into 6.3
* 6.2: CS fix Fix test provider
2 parents 6515bac + b079777 commit 1ee2e6f

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)