Home
last modified time | relevance | path

Searched refs:testCaseContainer (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php97 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method'); variable
98 $testCaseContainer->setMethod($method);
100 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections); variable
101 $testCaseContainer->setFunction($function);
104 $testCaseContainer->constructAll();
106 $tests = $testCaseContainer->getVariationTests();
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar106 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
107 $testCaseContainer->setMethod($method);
109 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
110 $testCaseContainer->setFunction($function);
113 $testCaseContainer->constructAll();
115 $tests = $testCaseContainer->getVariationTests();

Completed in 6 milliseconds