Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCloverTest.php46 $clover->process($this->getCoverageForClassWithAnonymousFunction())
H A DCrap4jTest.php46 …$crap4j->process($this->getCoverageForClassWithAnonymousFunction(), null, 'CoverageForClassWithAno…
H A DTextTest.php46 … str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForClassWithAnonymousFunction()))
H A DXMLTest.php64 $xml->process($this->getCoverageForClassWithAnonymousFunction(), self::$TEST_TMP_PATH);
H A DHTMLTest.php68 $report->process($this->getCoverageForClassWithAnonymousFunction(), self::$TEST_TMP_PATH);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php303 protected function getCoverageForClassWithAnonymousFunction() function in SebastianBergmann\\CodeCoverage\\TestCase