コード例 #1
0
ファイル: FactoryTest.php プロジェクト: shsrain/ypyzApi
 /**
  * @depends testSupportsUnix
  */
 public function testCreateUnix()
 {
     $socket = $this->factory->createUnix();
     $this->assertInstanceOf('Socket\\Raw\\Socket', $socket);
 }