Skip to content

Commit 7e9bd70

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix named arguments in data providers Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents 2d7f4eb + d66f9c3 commit 7e9bd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractUnicodeTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testLocaleTitle(string $locale, string $expected, string $origin
9292
$this->assertSame($expected, (string) $instance);
9393
}
9494

95-
public function provideCreateFromCodePoint(): array
95+
public static function provideCreateFromCodePoint(): array
9696
{
9797
return [
9898
['', []],

0 commit comments

Comments
 (0)