Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php116 var $numberOfErrors; variable in PHPUnit_GUI_Gtk
338 $numberOfErrors =& new GtkLabel('Errors:');
345 $this->numberOfErrors =& new GtkLabel(0);
351 $labelBox->pack_start($numberOfErrors);
352 $labelBox->pack_start($this->numberOfErrors);
569 $this->_setLabelValue($this->numberOfErrors, $result->errorCount());