Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DReport.php52 return $this->getUnitObject('class', $name);
57 return $this->getUnitObject('trait', $name);
60 private function getUnitObject($tagName, $name) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report