Searched refs:gtMethod (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/scripts/dev/generate-phpt/tests/ |
H A D | gtMethodTest.php | 9 $m = new gtMethod('DOMDocument', 'createAttribute'); 16 $m = new gtMethod('DOMDocument', 'createAttribute'); 24 $m = new gtMethod('DOMDocument', 'createAttribute'); 31 $m = new gtMethod('DOMDocument', 'createAttribute'); 38 $m = new gtMethod('DOMDocument', 'createAttribute'); 46 $m = new gtMethod('DOMDocument', 'createAttribute'); 55 $m = new gtMethod('Phar', 'buildFromDirectory'); 65 $m = new gtMethod('Phar', 'buildFromDirectory');
|
H A D | gtVariationTestCaseMethodTest.php | 9 $f = new gtMethod('DOMDocument','createAttribute');
|
H A D | gtBasicTestCaseMethodTest.php | 10 $f = new gtMethod('DOMDocument','createAttribute');
|
H A D | gtErrorTestCaseMethodTest.php | 10 $f = new gtMethod('DOMDocument', 'createAttribute');
|
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtVariationContainerMethod.php | 18 * @param gtMethod $method 20 public function setMethod(gtMethod $method) {
|
H A D | gtVariationTestCaseMethod.php | 20 * @param gtMethod $method 24 public function setUp(gtMethod $method, $argumentNumber, $variationData) {
|
H A D | gtBasicTestCaseMethod.php | 15 * @param gtMethod $method
|
H A D | gtTestCase.php | 12 * @var gtMethod or gtFunction
|
/PHP-7.0/scripts/dev/generate-phpt/src/ |
H A D | gtMethod.php | 6 class gtMethod extends gtTestSubject { class
|
H A D | generate-phpt.php | 47 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
|
/PHP-7.0/scripts/dev/ |
H A D | generate-phpt.phar | 10 …��J�Ay��gtTestCaseWriter.php���J�ËhS�gtMethod.php���J�g�… 56 $method = new gtMethod($options->getOption('c'), $options->getOption('m')); 205 'gtMethod' => 'gtMethod.php', 833 class gtMethod extends gtTestSubject { 844 * Construct gtMethod object from the class and method names 1221 * @param gtMethod $method 1223 public function setMethod(gtMethod $method) { 1263 * @param gtMethod $method 1363 * @var gtMethod or gtFunction 2023 * @param gtMethod $method [all …]
|
Completed in 22 milliseconds