Beispiel #1
0
 /**
  * @depends testBuildTADSoap
  */
 public function testBuildMultipleSoapRequest(TADSoap $tad_soap)
 {
     $args = array_fill_keys(TAD::get_valid_commands_args(), null);
     // We uses 'set_user_info' command defined in TADSoap class.
     // Maybe there is a better way to test this. :-P
     $soap_request = $tad_soap->build_soap_request('set_user_info', $args, 'iso8859-1');
     $this->assertInternalType('array', $soap_request);
 }