Home
last modified time | relevance | path

Searched refs:optionalSections (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtTestCase.php30 protected $optionalSections; variable in gtTestCase
65 if($this->optionalSections->hasSkipif()) {
69 if($this->optionalSections->hasIni()) {
84 if ($this->optionalSections->hasDone()) {
88 if ($this->optionalSections->hasClean()) {
158 if($this->optionalSections->hasSkipifKey()) {
159 $key = $this->optionalSections->getSkipifKey();
177 if($this->optionalSections->hasSkipifExt()) {
178 $ext = $this->optionalSections->getSkipifExt();
221 if ($this->optionalSections->hasDone() ){
[all …]
H A DgtVariationContainer.php28 public static function getInstance ($optionalSections, $type = 'function') { argument
31 return new gtVariationContainerFunction($optionalSections);
34 return new gtVariationContainerMethod($optionalSections);
H A DgtBasicTestCase.php18 public static function getInstance($optionalSections, $type = 'function') { argument
20 return new gtBasicTestCaseFunction($optionalSections);
23 return new gtBasicTestCaseMethod($optionalSections);
H A DgtErrorTestCase.php19 public static function getInstance($optionalSections, $type = 'function') { argument
22 return new gtErrorTestCaseFunction($optionalSections);
25 return new gtErrorTestCaseMethod($optionalSections);
H A DgtVariationContainerFunction.php9 protected $optionalSections; variable in gtVariationContainerFunction
12 $this->optionalSections = $osl;
35 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
H A DgtVariationContainerMethod.php8 protected $optionalSections; variable in gtVariationContainerMethod
11 $this->optionalSections = $osl;
37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
H A DgtVariationTestCase.php17 public static function getInstance($optionalSections, $type = 'function') { argument
20 return new gtVariationTestCaseFunction($optionalSections);
23 return new gtVariationTestCaseMethod($optionalSections);
H A DgtBasicTestCaseFunction.php11 $this->optionalSections = $opt;
H A DgtBasicTestCaseMethod.php9 $this->optionalSections = $opt;
H A DgtErrorTestCaseFunction.php10 $this->optionalSections = $opt;
H A DgtErrorTestCaseMethod.php10 $this->optionalSections = $opt;
H A DgtVariationTestCaseFunction.php13 $this->optionalSections = $opt;
H A DgtVariationTestCaseMethod.php14 $this->optionalSections = $opt;
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php18 $optionalSections = new gtOptionalSections(); variable
40 $optionalSections->setOptions($options);
69 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method');
72 $testCase = gtBasicTestCase::getInstance($optionalSections);
82 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method');
85 $testCase = gtErrorTestCase::getInstance($optionalSections);
97 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
100 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1211 protected $optionalSections;
1214 $this->optionalSections = $osl;
1257 $this->optionalSections = $opt;
1381 protected $optionalSections;
1578 return $this->optionalSections;
1591 $this->optionalSections = $opt;
1651 $this->optionalSections = $opt;
1710 $this->optionalSections = $opt;
1769 protected $optionalSections;
1772 $this->optionalSections = $osl;
[all …]

Completed in 27 milliseconds