mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Fix tests
This commit is contained in:
@@ -122,7 +122,7 @@ class UpdateControllerTest extends TestCase
|
||||
$field = new Field;
|
||||
$field->fieldTitle = 'auto_budget_type';
|
||||
$field->fieldType = 'static-auto-none';
|
||||
$field->ignorableFields = ['auto_budget_currency_code', 'auto_budget_currency_id', 'c','auto_budget_period','auto_budget_amount'];
|
||||
$field->ignorableFields = ['auto_budget_currency_code', 'auto_budget_currency_id', 'c', 'auto_budget_period', 'auto_budget_amount'];
|
||||
$field->expectedReturn = function ($value) {
|
||||
return null;
|
||||
};
|
||||
|
Reference in New Issue
Block a user