Searched refs:testMethod (Results 1 – 5 of 5) sorted by relevance
6 public function testMethod() { }11 testMethod as testMethodFromParentTrait;13 public function testMethod() { }26 string(10) "testMethod"
14 function testMethod()21 TestClass::testMethod();27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
7 public function testMethod() {24 $x->testMethod();
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 11 milliseconds