loop->getHandle(); $this->assertTrue(\is_resource($handle) || $handle instanceof \UVLoop); } public function testSupported() { $this->assertTrue(UvDriver::isSupported()); } }