From 832caa16b6d9aac6bf11747315225f5aba384c24 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Fri, 20 Sep 2024 09:50:07 +0200 Subject: [PATCH] Mutate remaining data providers to static ones --- Tests/AbstractUnicodeTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AbstractUnicodeTestCase.php b/Tests/AbstractUnicodeTestCase.php index cddfe86..4bb4e93 100644 --- a/Tests/AbstractUnicodeTestCase.php +++ b/Tests/AbstractUnicodeTestCase.php @@ -52,7 +52,7 @@ public function testAsciiClosureRule() $this->assertSame('Dieser Wert sollte grOEsser oder gleich', (string) $s->ascii([$rule])); } - public function provideCreateFromCodePoint(): array + public static function provideCreateFromCodePoint(): array { return [ ['', []],