getInstance        69 scripts/dev/generate-phpt/src/generate-phpt.php     $testCase = gtBasicTestCase::getInstance($optionalSections, 'method');
getInstance        72 scripts/dev/generate-phpt/src/generate-phpt.php     $testCase = gtBasicTestCase::getInstance($optionalSections);
getInstance        82 scripts/dev/generate-phpt/src/generate-phpt.php     $testCase = gtErrorTestCase::getInstance($optionalSections, 'method');
getInstance        85 scripts/dev/generate-phpt/src/generate-phpt.php     $testCase = gtErrorTestCase::getInstance($optionalSections);
getInstance        97 scripts/dev/generate-phpt/src/generate-phpt.php     $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
getInstance       100 scripts/dev/generate-phpt/src/generate-phpt.php     $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
getInstance        35 scripts/dev/generate-phpt/src/testcase/gtVariationContainerFunction.php         $testCase = gtVariationTestCase::getInstance($this->optionalSections);
getInstance        37 scripts/dev/generate-phpt/src/testcase/gtVariationContainerMethod.php         $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
getInstance        16 scripts/dev/generate-phpt/tests/gtBasicTestCaseFunctionTest.php     $btc = gtBasicTestCase::getInstance($optSect);
getInstance        18 scripts/dev/generate-phpt/tests/gtBasicTestCaseMethodTest.php     $btc = gtBasicTestCaseMethod::getInstance($optSect, 'method');
getInstance        17 scripts/dev/generate-phpt/tests/gtErrorTestCaseFunctionTest.php     $btc = gtErrorTestCase::getInstance($optSect);
getInstance        21 scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php     $btc = gtErrorTestCase::getInstance($optSect,'method');
getInstance        15 scripts/dev/generate-phpt/tests/gtVariationTestCaseFunctionTest.php     $vtc = gtVariationTestCase::getInstance($optSect);
getInstance        33 scripts/dev/generate-phpt/tests/gtVariationTestCaseFunctionTest.php     $vtc = gtVariationTestCase::getInstance($optSect);
getInstance        50 scripts/dev/generate-phpt/tests/gtVariationTestCaseFunctionTest.php     $vtc = gtVariationTestCase::getInstance($optSect);
getInstance        18 scripts/dev/generate-phpt/tests/gtVariationTestCaseMethodTest.php     $vtc = gtVariationTestCase::getInstance($optSect, 'method');