예제 #1
0
파일: TADTest.php 프로젝트: hew86i/timeattd
 public function testZKLibCommandsAvailable()
 {
     $commands = TAD::zklib_commands_available();
     $this->assertInternalType('array', $commands);
     $this->assertFalse($commands !== array_values($commands));
 }