Ejemplo n.º 1
0
 public function test_is_Down()
 {
     $ip = new Ip('192.168.0.1');
     $this->assertFalse($ip->isUp());
 }