mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Implemented some new tests.
This commit is contained in:
@@ -29,7 +29,6 @@ class ChartBudgetControllerTest extends TestCase
|
||||
$this->be($this->user());
|
||||
$this->call('GET', '/chart/budget/1');
|
||||
$this->assertResponseStatus(200);
|
||||
//$this->markTestSkipped('Skipped because sqlite does not support DATE_FORMAT.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user