Home
last modified time | relevance | path

Searched refs:getMaximumArgumentList (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationTestCaseFunction.php54 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
H A DgtVariationTestCaseMethod.php56 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
/PHP-7.0/scripts/dev/generate-phpt/tests/
H A DgtMethodTest.php49 $this->assertEquals('$name',$m->getMaximumArgumentList());
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php135 public function getMaximumArgumentList() { function in gtTestSubject
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar1173 public function getMaximumArgumentList() {
1751 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
2059 $argumentList = explode(",", $this->subject->getMaximumArgumentList());

Completed in 46 milliseconds