Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php122 var $numberOfFailures; variable in PHPUnit_GUI_Gtk
339 $numberOfFailures =& new GtkLabel('Failures:');
346 $this->numberOfFailures =& new GtkLabel(0);
353 $labelBox->pack_start($numberOfFailures);
354 $labelBox->pack_start($this->numberOfFailures);
570 $this->_setLabelValue($this->numberOfFailures, $result->failureCount());