Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php151 var $showPassed; variable in PHPUnit_GUI_Gtk
182 * @param boolean $showPassed
185 function main($showPassed = true) argument
187 $this->showPassed->set_active($showPassed);
305 $this->showPassed =& new GtkCheckButton('Show passed tests');
311 $outerBox->pack_start($this->showPassed);
582 if ($this->showPassed->get_active()) {
651 function show($showPassed = true) argument
653 $this->main($showPassed);
H A DHTML.php102 $showPassed = FALSE;
106 $showPassed = @$request['showOK'] ? TRUE : FALSE;
126 $aSuiteResult['results'] = $this->_prepareResult($result,$showPassed);
168 function _prepareResult($result,$showPassed) argument
183 if ($showPassed) {
H A DSetupDecorator.php102 function show($showPassed=TRUE) argument
104 $this->_gui->show($showPassed);