getMandatoryArgumentNames   31 scripts/dev/generate-phpt/src/testcase/gtVariationContainerMethod.php     $numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getOptionalArgumentNames());
getMandatoryArgumentNames   13 scripts/dev/generate-phpt/tests/gtFunctionTest.php     $m = $f->getMandatoryArgumentNames();
getMandatoryArgumentNames   21 scripts/dev/generate-phpt/tests/gtFunctionTest.php     $m = $f->getMandatoryArgumentNames();
getMandatoryArgumentNames   11 scripts/dev/generate-phpt/tests/gtMethodTest.php     $a = $m->getMandatoryArgumentNames();
getMandatoryArgumentNames   29 scripts/dev/generate-phpt/tests/gtVariationTestCaseFunctionTest.php     $a = $f->getMandatoryArgumentNames();