mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Improve test coverage.
This commit is contained in:
@@ -50,7 +50,7 @@ class ConfigurationControllerTest extends TestCase
|
||||
public function testIndex(): void
|
||||
{
|
||||
$this->mockDefaultSession();
|
||||
$userRepos = $this->mock(UserRepositoryInterface::class);
|
||||
$userRepos = $this->mock(UserRepositoryInterface::class);
|
||||
|
||||
// for session
|
||||
|
||||
|
Reference in New Issue
Block a user