コード例 #1
0
 function addIncompleteTest(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addIncompleteTest($test, $e);
     $this->formatError("INCOMPLETE", $test, $e);
 }
コード例 #2
0
 function addIncompleteTest(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addIncompleteTest($test, $e);
     $this->logger->addIncompleteTest($test, $e);
 }