connect(); $result = yield $socket->ask($question, 5000); $this->assertInstanceOf(Response::class, $result); }); } }