Lines Matching refs:optionalSections
30 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() ){
227 return $this->optionalSections;