diff --git a/Tests/AbstractUnicodeTestCase.php b/Tests/AbstractUnicodeTestCase.php index f84942c..7afbca8 100644 --- a/Tests/AbstractUnicodeTestCase.php +++ b/Tests/AbstractUnicodeTestCase.php @@ -37,9 +37,9 @@ public function provideCreateFromCodePoint(): array ['*', [42]], ['AZ', [65, 90]], ['€', [8364]], - ['€', [0x20ac]], + ['€', [0x20AC]], ['Ʃ', [425]], - ['Ʃ', [0x1a9]], + ['Ʃ', [0x1A9]], ['☢☎❄', [0x2622, 0x260E, 0x2744]], ]; }