Esempio n. 1
0
 /**
  * Construct the common headers (title, file section..) of the test case
  *
  */
 public function ConstructCommonHeaders()
 {
     $this->testHeader();
     if ($this->optionalSections->hasSkipif()) {
         $this->addSkipif();
     }
     if ($this->optionalSections->hasIni()) {
         $this->addIni();
     }
     $this->fileOpening();
 }