Example #1
0
 /**
  * @depends testSupportsIpv6
  */
 public function testCreateUdp6()
 {
     $socket = $this->factory->createUdp6();
     $this->assertInstanceOf('Socket\\Raw\\Socket', $socket);
 }