Ejemplo n.º 1
0
 public function test_it_initializes_with_port()
 {
     $ip = new Ip('127.0.0.1', 80);
     $this->assertTrue($ip->isUp());
     $this->assertTrue($ip->isListening());
 }