コード例 #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));
 }