First step in improving test coverage.

This commit is contained in:
James Cole
2018-08-30 20:58:07 +02:00
parent e158b9b64e
commit 33fe6dbfa3
19 changed files with 517 additions and 29 deletions

View File

@@ -90,7 +90,7 @@ class CategoryControllerTest extends TestCase
// spent per currency data:
$spentData = [
1 => '123.45',
1 => '-123.45',
2 => '567.21',
];