getMockBuilder(DriverFactory::class)->getMock(); $factory->method('create') ->willReturn(new UvLoop); return $factory; } }