示例#1
0
 /**
  * @test
  */
 public function getStringRepresentationIp()
 {
     $protocol = new Ext_Io_Net_Stream_Protocol(Ext_Io_Net_Stream_Protocol::IP);
     $this->assertEquals('ip', $protocol->getStringRepresentation());
 }