Implemented some new tests.

This commit is contained in:
James Cole
2016-01-24 20:38:58 +01:00
parent a013553a6c
commit 08131e42af
6 changed files with 248 additions and 158 deletions

View File

@@ -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.');
}
/**