Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCloverTest.php26 $clover->process($this->getCoverageForBankAccount(), null, 'BankAccount')
H A DCrap4jTest.php26 $crap4j->process($this->getCoverageForBankAccount(), null, 'BankAccount')
H A DTextTest.php26 str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForBankAccount()))
H A DCodeCoverageTest.php288 $coverage = $this->getCoverageForBankAccount();
330 $coverage->merge($this->getCoverageForBankAccount());
H A DXMLTest.php43 $xml->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
H A DBuilderTest.php27 $root = $this->getCoverageForBankAccount()->getReport();
H A DHTMLTest.php47 $report->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php81 protected function getCoverageForBankAccount() function in SebastianBergmann\\CodeCoverage\\TestCase