Beispiel #1
0
 /**
  * @group disconnected
  */
 public function testConstructorWithNullAndEventLoopArgument()
 {
     $client = new Client(null, $loop = $this->getEventLoop());
     $this->assertSame($loop, $client->getEventLoop());
 }