mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Updated all tests to include the range.
This commit is contained in:
@@ -47,6 +47,7 @@ class HomeControllerTest extends TestCase
|
||||
public function testIndex($range)
|
||||
{
|
||||
$this->be($this->user());
|
||||
$this->changeDateRange($this->user(), $range);
|
||||
$this->call('GET', '/');
|
||||
$this->assertResponseStatus(200);
|
||||
}
|
||||
|
Reference in New Issue
Block a user