Fix tests

This commit is contained in:
James Cole
2019-09-06 17:19:21 +02:00
parent e9782a701f
commit 30f454d38a
12 changed files with 212 additions and 132 deletions

View File

@@ -180,6 +180,7 @@ class BillControllerTest extends TestCase
'currency' => $this->getEuro(),
'currency_id' => $euro->id,
'currency_code' => $euro->code,
'pay_dates' => [],
'currency_symbol' => $euro->symbol,
'currency_decimal_places' => $euro->decimal_places,
]