mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Update test code.
This commit is contained in:
@@ -48,7 +48,7 @@ class FrontpageControllerTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Json\FrontpageController::piggyBanks
|
||||
*/
|
||||
public function testPiggyBanks()
|
||||
public function testPiggyBanks(): void
|
||||
{
|
||||
$piggy = $this->user()->piggyBanks()->first();
|
||||
$repository = $this->mock(PiggyBankRepositoryInterface::class);
|
||||
|
Reference in New Issue
Block a user