Home
last modified time | relevance | path

Searched refs:gtMethod (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/scripts/dev/generate-phpt/tests/
H A DgtMethodTest.php9 $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 DgtVariationTestCaseMethodTest.php9 $f = new gtMethod('DOMDocument','createAttribute');
H A DgtBasicTestCaseMethodTest.php10 $f = new gtMethod('DOMDocument','createAttribute');
H A DgtErrorTestCaseMethodTest.php10 $f = new gtMethod('DOMDocument', 'createAttribute');
/PHP-5.4/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerMethod.php18 * @param gtMethod $method
20 public function setMethod(gtMethod $method) {
H A DgtVariationTestCaseMethod.php20 * @param gtMethod $method
24 public function setUp(gtMethod $method, $argumentNumber, $variationData) {
H A DgtBasicTestCaseMethod.php15 * @param gtMethod $method
H A DgtTestCase.php12 * @var gtMethod or gtFunction
/PHP-5.4/scripts/dev/generate-phpt/src/
H A DgtMethod.php6 class gtMethod extends gtTestSubject { class
H A Dgenerate-phpt.php47 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar10 …���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 19 milliseconds