Esempio n. 1
0
 /**
  * Add an EXPECTF section
  *
  */
 public function addExpectf()
 {
     $this->testCase[] = "--EXPECTF--";
     if ($this->optionalSections->hasDone()) {
         $this->testCase[] = '===DONE===';
     }
 }