Esempio n. 1
0
 /**
  * Run tests to ensure the output is correct for set/getName
  *
  * @return void
  */
 public function testName()
 {
     $ip = new IP();
     $ip->setName("Localhost");
     $this->assertEquals("Localhost", $ip->getName());
 }