예제 #1
0
파일: TADTest.php 프로젝트: hew86i/timeattd
 public function testSoapCommandsAvailable()
 {
     $commands = TAD::soap_commands_available(['include_command_string' => true]);
     $this->assertInternalType('array', $commands);
     $this->assertTrue($commands !== array_values($commands));
 }