Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php199 protected function printDefects(array $defects, $type) function in PHPUnit_TextUI_ResultPrinter
277 $this->printDefects($result->errors(), 'error');
285 $this->printDefects($result->failures(), 'failure');
293 $this->printDefects($result->warnings(), 'warning');
301 $this->printDefects($result->notImplemented(), 'incomplete test');
309 $this->printDefects($result->risky(), 'risky test');
317 $this->printDefects($result->skipped(), 'skipped test');