Some code cleanup.

This commit is contained in:
James Cole
2016-03-29 16:16:14 +02:00
parent 6fdfec3967
commit 08b5e66628
9 changed files with 16 additions and 19 deletions

View File

@@ -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(),
]
);
}