Ignore methods in code coverage that are not implemented.

This commit is contained in:
James Cole
2015-01-25 11:36:34 +01:00
parent 64ce53ac30
commit f3460cca49
12 changed files with 42 additions and 1 deletions

View File

@@ -413,6 +413,7 @@ class TransactionJournal implements TransactionJournalInterface, CUDInterface, C
*
* @return \AccountType|null
* @throws NotImplementedException
* @codeCoverageIgnore
*/
public function findByWhat($what)
{