Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php54 $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