コード例 #1
0
 /**
  * @param string $testName
  */
 public function paintFooter($testName)
 {
     parent::paintFooter($testName);
     $this->xmlWriter->endTestSuites();
 }