mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Added the $range argument to every test that might need it. See #170
This commit is contained in:
@@ -28,11 +28,11 @@ class PreferencesControllerTest extends TestCase
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\PreferencesController::postIndex
|
||||
*/
|
||||
public function testPostIndex()
|
||||
public function testPostIndex($range)
|
||||
{
|
||||
$args = [
|
||||
'frontPageAccounts' => [1],
|
||||
'viewRange' => '1M',
|
||||
'viewRange' => $range,
|
||||
'budgetMaximum' => 100,
|
||||
'customFiscalYear' => 1,
|
||||
'fiscalYearStart' => '01-01',
|
||||
|
Reference in New Issue
Block a user