Lines Matching refs:test

173 $test = new SOAP_Test('echoString(utf-8)', array('inputString' => utf8_encode('ỗÈéóÒ₧⅜ỗỸ')));  variable
174 $test->encoding = 'UTF-8';
175 $soap_tests['base'][] = $test;
176 $test = new SOAP_Test('echoString(utf-8)', array('inputString' => soap_value('inputString',utf8_enc… variable
177 $test->encoding = 'UTF-8';
178 $soap_tests['base'][] = $test;
261 $test = new SOAP_Test('echoVoid', NULL); variable
262 $test->type = 'soapval';
263 $soap_tests['base'][] = $test;
438 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL); variable
439 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
446 $test->headers_expect = array('echoMeStringResponse'=>'hello world');
447 $soap_tests['GroupC'][] = $test;
450 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL); variable
451 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
458 $test->headers_expect = array('echoMeStringResponse'=>'hello world');
459 $soap_tests['GroupC'][] = $test;
462 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); variable
463 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
470 $test->headers_expect = array();
471 $soap_tests['GroupC'][] = $test;
474 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); variable
475 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', 'hell…
482 $test->headers_expect = array();
483 $soap_tests['GroupC'][] = $test;
487 $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); variable
488 $test->headers[] = new SoapHeader('http://unknown.org/echoheader/','echoMeStringRequest', 'hello wo…
496 $test->headers_expect = array();
497 $test->expect_fault = TRUE;
498 $soap_tests['GroupC'][] = $test;
504 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL); variable
505 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
516 $test->headers_expect =
518 $soap_tests['GroupC'][] = $test;
521 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL); variable
522 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
533 $test->headers_expect =
535 $soap_tests['GroupC'][] = $test;
538 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL); variable
539 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
549 $test->headers_expect = array();
550 $soap_tests['GroupC'][] = $test;
553 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL); variable
554 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStructRequest',
564 $test->headers_expect = array();
565 $soap_tests['GroupC'][] = $test;
571 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); variable
572 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
579 $test->headers_expect = array();
580 $soap_tests['GroupC'][] = $test;
583 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); variable
584 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
592 $test->headers_expect = array();
593 $test->expect_fault = TRUE;
594 $soap_tests['GroupC'][] = $test;
597 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); variable
598 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
605 $test->headers_expect = array();
606 $soap_tests['GroupC'][] = $test;
609 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL); variable
610 $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', 'nobody und…
617 $test->headers_expect = array();
618 $soap_tests['GroupC'][] = $test;