markTestSkipped('ext-event is not installed.'); } if (!class_exists('React\EventLoop\ExtEventLoop')) { $this->markTestSkipped('ext-event not supported by this legacy react/event-loop version'); } return new ExtEventLoop(); } }