mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Expand test coverage.
This commit is contained in:
@@ -78,6 +78,7 @@ class CreateControllerTest extends TestCase
|
||||
$repository->shouldReceive('find')->andReturn(new RuleGroup);
|
||||
$data = [
|
||||
'title' => 'A',
|
||||
'active' => '1',
|
||||
'description' => 'No description',
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user