Searched refs:writeNotOk (Results 1 – 1 of 1) sorted by relevance
54 $this->writeNotOk($test, 'Error');66 $this->writeNotOk($test, 'Warning');78 $this->writeNotOk($test, 'Failure');120 $this->writeNotOk($test, '', 'TODO Incomplete Test');224 protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $directive = '') function in PHPUnit_Util_Log_TAP