Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php122 if (!$this->isOfInterest($test)) {
139 if (!$this->isOfInterest($test)) {
156 if (!$this->isOfInterest($test)) {
173 if (!$this->isOfInterest($test)) {
190 if (!$this->isOfInterest($test)) {
207 if (!$this->isOfInterest($test)) {
240 if (!$this->isOfInterest($test)) {
287 if (!$this->isOfInterest($test)) {
367 private function isOfInterest(PHPUnit_Framework_Test $test) function in PHPUnit_Util_TestDox_ResultPrinter