Lines Matching refs:test

176 $test = new SOAP_Test('echoString(utf-8)', array('inputString' => utf8_encode('ỗÈéóÒ₧⅜ỗỸ')));  variable
177 $test->encoding = 'UTF-8';
178 $soap_tests['base'][] = $test;
179 $test = new SOAP_Test('echoString(utf-8)', array('inputString' => soap_value('inputString',utf8_enc… variable
180 $test->encoding = 'UTF-8';
181 $soap_tests['base'][] = $test;
264 $test = new SOAP_Test('echoVoid', NULL); variable
265 $test->type = 'soapval';
266 $soap_tests['base'][] = $test;
441 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL); variable
442 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
449 $test->headers_expect = array('echoMeStringResponse'=>'hello world');
450 $soap_tests['GroupC'][] = $test;
453 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL); variable
454 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
461 $test->headers_expect = array('echoMeStringResponse'=>'hello world');
462 $soap_tests['GroupC'][] = $test;
465 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); variable
466 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
473 $test->headers_expect = array();
474 $soap_tests['GroupC'][] = $test;
477 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); variable
478 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
485 $test->headers_expect = array();
486 $soap_tests['GroupC'][] = $test;
490 $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); variable
491 $test->headers[] = new SoapHeader('http://unknown.org/echoheader/','echoMeStringRequest', 'hello wo…
499 $test->headers_expect = array();
500 $test->expect_fault = TRUE;
501 $soap_tests['GroupC'][] = $test;
507 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL); variable
508 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
519 $test->headers_expect =
521 $soap_tests['GroupC'][] = $test;
524 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL); variable
525 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
536 $test->headers_expect =
538 $soap_tests['GroupC'][] = $test;
541 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL); variable
542 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
552 $test->headers_expect = array();
553 $soap_tests['GroupC'][] = $test;
556 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL); variable
557 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
567 $test->headers_expect = array();
568 $soap_tests['GroupC'][] = $test;
574 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); variable
575 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
582 $test->headers_expect = array();
583 $soap_tests['GroupC'][] = $test;
586 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); variable
587 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
595 $test->headers_expect = array();
596 $test->expect_fault = TRUE;
597 $soap_tests['GroupC'][] = $test;
600 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); variable
601 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
608 $test->headers_expect = array();
609 $soap_tests['GroupC'][] = $test;
612 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL); variable
613 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
620 $test->headers_expect = array();
621 $soap_tests['GroupC'][] = $test;