Searched refs:showPassed (Results 1 – 3 of 3) sorted by relevance
151 var $showPassed; variable in PHPUnit_GUI_Gtk182 * @param boolean $showPassed185 function main($showPassed = true) argument187 $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) argument653 $this->main($showPassed);
102 $showPassed = FALSE;106 $showPassed = @$request['showOK'] ? TRUE : FALSE;126 $aSuiteResult['results'] = $this->_prepareResult($result,$showPassed);168 function _prepareResult($result,$showPassed) argument183 if ($showPassed) {
102 function show($showPassed=TRUE) argument104 $this->_gui->show($showPassed);