コード例 #1
0
ファイル: NodeIntegrationTest.php プロジェクト: 0x20h/phloppy
 public function testPing()
 {
     $server = new Node($this->stream);
     $this->assertTrue($server->ping());
 }