Home
last modified time | relevance | path

Searched refs:gtVariationTestCase (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/scripts/dev/generate-phpt/tests/
H A DgtVariationTestCaseFunctionTest.php15 $vtc = gtVariationTestCase::getInstance($optSect);
33 $vtc = gtVariationTestCase::getInstance($optSect);
50 $vtc = gtVariationTestCase::getInstance($optSect);
H A DgtVariationTestCaseMethodTest.php18 $vtc = gtVariationTestCase::getInstance($optSect, 'method');
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php35 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
H A DgtVariationContainerMethod.php37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
H A DgtVariationTestCase.php8 abstract class gtVariationTestCase extends gtTestCase { class
H A DgtVariationTestCaseFunction.php6 class gtVariationTestCaseFunction extends gtVariationTestCase {
H A DgtVariationTestCaseMethod.php6 class gtVariationTestCaseMethod extends gtVariationTestCase {
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar10 …tcase/gtVariationContainer.php�����J���(=�;������� ���testcase/gtVariationTestCase.php�����J…
229 'gtVariationTestCase' => 'testcase/gtVariationTestCase.php',
1240 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
1703 class gtVariationTestCaseFunction extends gtVariationTestCase {
1795 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
1957 abstract class gtVariationTestCase extends gtTestCase {
2009 class gtVariationTestCaseMethod extends gtVariationTestCase {

Completed in 12 milliseconds