Searched refs:getCoverageForBankAccount (Results 1 – 8 of 8) sorted by relevance
26 $clover->process($this->getCoverageForBankAccount(), null, 'BankAccount')
26 $crap4j->process($this->getCoverageForBankAccount(), null, 'BankAccount')
26 str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForBankAccount()))
288 $coverage = $this->getCoverageForBankAccount();330 $coverage->merge($this->getCoverageForBankAccount());
43 $xml->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
27 $root = $this->getCoverageForBankAccount()->getReport();
47 $report->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
81 protected function getCoverageForBankAccount() function in SebastianBergmann\\CodeCoverage\\TestCase