Skip to content

Commit 832caa1

Browse files
Mutate remaining data providers to static ones
1 parent 2ce7db6 commit 832caa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/AbstractUnicodeTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testAsciiClosureRule()
5252
$this->assertSame('Dieser Wert sollte grOEsser oder gleich', (string) $s->ascii([$rule]));
5353
}
5454

55-
public function provideCreateFromCodePoint(): array
55+
public static function provideCreateFromCodePoint(): array
5656
{
5757
return [
5858
['', []],

0 commit comments

Comments
 (0)