Release 2.0.15 (#3970)
This commit is contained in:
@@ -67,6 +67,7 @@ class InvoiceItemDefaultHydratorTest extends TestCase
|
||||
'entry.user_id',
|
||||
'entry.user_name',
|
||||
'entry.user_alias',
|
||||
'entry.user_display',
|
||||
'entry.user_title',
|
||||
'entry.activity',
|
||||
'entry.activity_id',
|
||||
|
||||
@@ -44,6 +44,7 @@ class InvoiceModelCustomerHydratorTest extends TestCase
|
||||
'customer.contact',
|
||||
'customer.company',
|
||||
'customer.vat',
|
||||
'customer.vat_id',
|
||||
'customer.country',
|
||||
'customer.number',
|
||||
'customer.homepage',
|
||||
|
||||
@@ -41,6 +41,7 @@ class InvoiceModelDefaultHydratorTest extends TestCase
|
||||
'invoice.vat',
|
||||
'invoice.language',
|
||||
'invoice.tax',
|
||||
'invoice.tax_hide',
|
||||
'invoice.tax_nc',
|
||||
'invoice.tax_plain',
|
||||
'invoice.total_time',
|
||||
@@ -76,6 +77,7 @@ class InvoiceModelDefaultHydratorTest extends TestCase
|
||||
'query.end_month',
|
||||
'query.end_month_number',
|
||||
'query.end_year',
|
||||
'user.see_others',
|
||||
];
|
||||
|
||||
$givenKeys = array_keys($model);
|
||||
|
||||
@@ -33,6 +33,7 @@ class InvoiceModelUserHydratorTest extends TestCase
|
||||
protected function assertModelStructure(array $model)
|
||||
{
|
||||
$keys = [
|
||||
'user.display',
|
||||
'user.alias',
|
||||
'user.email',
|
||||
'user.name',
|
||||
|
||||
Reference in New Issue
Block a user