From 68cdfd00b041cac3c53bf67e8f762dbb84ffc49a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 17 Jan 2016 15:28:01 +0100 Subject: [PATCH] Update test things. --- app/Models/TransactionType.php | 2 ++ phpunit.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/app/Models/TransactionType.php b/app/Models/TransactionType.php index e6778eb8cb..f3201469c1 100644 --- a/app/Models/TransactionType.php +++ b/app/Models/TransactionType.php @@ -59,6 +59,8 @@ class TransactionType extends Model } /** + * @codeCoverageIgnore + * * @return \Illuminate\Database\Eloquent\Relations\HasMany */ public function transactionJournals() diff --git a/phpunit.xml b/phpunit.xml index cc0841c1d3..04f27f97f4 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,6 +18,14 @@ app/ + +