Esempio n. 1
0
 /**
  * Run tests to ensure the output is correct for is/setClockEnabled
  *
  * @return void
  */
 public function testClockEnabled()
 {
     $ip = new IP();
     $ip->setClockEnabled(true);
     $this->assertTrue($ip->isClockEnabled());
 }