mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix API tests
This commit is contained in:
@@ -46,6 +46,7 @@ class AccountControllerTest extends TestCase
|
||||
{
|
||||
parent::setUp();
|
||||
Passport::actingAs($this->user());
|
||||
$this->mockDefaultConfiguration();
|
||||
Log::info(sprintf('Now in %s.', get_class($this)));
|
||||
}
|
||||
|
||||
@@ -59,6 +60,7 @@ class AccountControllerTest extends TestCase
|
||||
*/
|
||||
public function testStoreInvalidBalance(): void
|
||||
{
|
||||
|
||||
// mock repositories
|
||||
$repository = $this->mock(AccountRepositoryInterface::class);
|
||||
|
||||
|
Reference in New Issue
Block a user