Searched refs:testMethod (Results 1 – 3 of 3) sorted by relevance
14 function testMethod()21 TestClass::testMethod();27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
100 $iop->testMethod = $_POST['method']=='ALL'?'':$_POST['method']; // test only this method
47 var $testMethod = ''; // test only this method variable in Interop_Client588 … if ($this->testMethod && strcmp($this->testMethod,$soap_test->test_name) != 0) continue;
Completed in 7 milliseconds