Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php133 var $reportArea; variable in PHPUnit_GUI_Gtk
416 $this->reportArea =& new GtkText;
420 $this->reportArea->set_word_wrap(true);
425 $reportScroll->add($this->reportArea);
584 $this->_showAll($result, $this->reportArea);
587 $this->_showFailures($result->failures(), $this->reportArea);
698 $this->reportArea->delete_text(0, -1);
699 $this->reportArea->insert_text($result->toString(), 0);