mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Expand test coverage.
This commit is contained in:
@@ -140,7 +140,7 @@ class PreferencesControllerTest extends TestCase
|
||||
'viewRange' => '1M',
|
||||
'customFiscalYear' => 0,
|
||||
'showDepositsFrontpage' => 0,
|
||||
'transactionPageSize' => 100,
|
||||
'listPageSize' => 100,
|
||||
'twoFactorAuthEnabled' => 0,
|
||||
'language' => 'en_US',
|
||||
'tj' => [],
|
||||
@@ -176,7 +176,7 @@ class PreferencesControllerTest extends TestCase
|
||||
'viewRange' => '1M',
|
||||
'customFiscalYear' => 0,
|
||||
'showDepositsFrontpage' => 0,
|
||||
'transactionPageSize' => 100,
|
||||
'listPageSize' => 100,
|
||||
'twoFactorAuthEnabled' => 1,
|
||||
'language' => 'en_US',
|
||||
'tj' => [],
|
||||
@@ -214,7 +214,7 @@ class PreferencesControllerTest extends TestCase
|
||||
'viewRange' => '1M',
|
||||
'customFiscalYear' => 0,
|
||||
'showDepositsFrontpage' => 0,
|
||||
'transactionPageSize' => 100,
|
||||
'listPageSize' => 100,
|
||||
'twoFactorAuthEnabled' => 1,
|
||||
'language' => 'en_US',
|
||||
'tj' => [],
|
||||
|
||||
Reference in New Issue
Block a user