mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some code cleanup.
This commit is contained in:
@@ -6,8 +6,6 @@ use FireflyIII\User;
|
||||
/**
|
||||
* Class TestCase
|
||||
*/
|
||||
|
||||
|
||||
class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
{
|
||||
/**
|
||||
@@ -39,8 +37,8 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
if ($range === 'custom') {
|
||||
$this->session(
|
||||
[
|
||||
'start' => Carbon::now()->subDays(20),
|
||||
'end' => Carbon::now(),
|
||||
'start' => Carbon::now()->subDays(20),
|
||||
'end' => Carbon::now(),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user