Home
last modified time | relevance | path

Searched refs:_showFailures (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php579 $this->_showFailures($result->errors(), $this->dumpArea);
587 $this->_showFailures($result->failures(), $this->reportArea);
709 function _showFailures(&$results, &$area) function in PHPUnit_GUI_Gtk