We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8534 commit ca143fcCopy full SHA for ca143fc
src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php
@@ -20,13 +20,6 @@
20
*/
21
class EmojiTransliteratorTest extends TestCase
22
{
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
-
30
public function provideTransliterateTests(): iterable
31
32
yield [
0 commit comments