Beispiel #1
0
 public function testGetCompact()
 {
     $addr = new IPv4('127.0.0.1');
     $this->assertSame('127.0.0.1', $addr->getCompact());
 }