Skip to content

Commit ca143fc

Browse files
[Intl] Remove dead code in tests
1 parent 02b8534 commit ca143fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
*/
2121
class EmojiTransliteratorTest extends TestCase
2222
{
23-
protected function setUp(): void
24-
{
25-
if (\PHP_VERSION_ID >= 80200 && !(new \ReflectionProperty(\Transliterator::class, 'id'))->isReadOnly()) {
26-
$this->markTestSkipped('Waiting for https://github.com/php/php-src/pull/9167 to be merged');
27-
}
28-
}
29-
3023
public function provideTransliterateTests(): iterable
3124
{
3225
yield [

0 commit comments

Comments
 (0)