diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2019-07-16 02:59:33 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2019-07-20 23:58:14 +0200 |
commit | fece50ca0993d2b52e09be8543cb796594681c9a (patch) | |
tree | a6d83abc8bd431dc12807ecefc8c9bbf0332e870 /tests/Unit/HasDatabase.php | |
parent | 9e9fee25f20e131d4c7d4fa70a0d215dcc37c6f8 (diff) |
Basic coverage tests of logger classes for 100% unit tests coverage
Diffstat (limited to 'tests/Unit/HasDatabase.php')
-rw-r--r-- | tests/Unit/HasDatabase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/HasDatabase.php b/tests/Unit/HasDatabase.php index 175c244b..7a58bb2b 100644 --- a/tests/Unit/HasDatabase.php +++ b/tests/Unit/HasDatabase.php @@ -44,6 +44,7 @@ trait HasDatabase ['migration' => '2018_01_01_000003_fix_old_tables'], ['migration' => '2018_01_01_000004_cleanup_group_privileges'], ['migration' => '2018_01_01_000005_add_angel_supporter_permissions'], + ['migration' => '2018_12_27_000000_fix_missing_arrival_dates'], ]); $migration->run(__DIR__ . '/../../db/migrations'); |