Searched refs:optionalSections (Results 1 – 15 of 15) sorted by relevance
30 protected $optionalSections; variable in gtTestCase65 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 …]
28 public static function getInstance ($optionalSections, $type = 'function') { argument31 return new gtVariationContainerFunction($optionalSections);34 return new gtVariationContainerMethod($optionalSections);
18 public static function getInstance($optionalSections, $type = 'function') { argument20 return new gtBasicTestCaseFunction($optionalSections);23 return new gtBasicTestCaseMethod($optionalSections);
19 public static function getInstance($optionalSections, $type = 'function') { argument22 return new gtErrorTestCaseFunction($optionalSections);25 return new gtErrorTestCaseMethod($optionalSections);
9 protected $optionalSections; variable in gtVariationContainerFunction12 $this->optionalSections = $osl;35 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
8 protected $optionalSections; variable in gtVariationContainerMethod11 $this->optionalSections = $osl;37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
16 public static function getInstance($optionalSections, $type = 'function') { argument19 return new gtVariationTestCaseFunction($optionalSections);22 return new gtVariationTestCaseMethod($optionalSections);
11 $this->optionalSections = $opt;
9 $this->optionalSections = $opt;
10 $this->optionalSections = $opt;
13 $this->optionalSections = $opt;
14 $this->optionalSections = $opt;
18 $optionalSections = new gtOptionalSections(); variable40 $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);
1211 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 21 milliseconds