mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Update test code.
This commit is contained in:
@@ -50,7 +50,7 @@ class BudgetControllerTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::general
|
||||
*/
|
||||
public function testGeneral()
|
||||
public function testGeneral(): void
|
||||
{
|
||||
$return = [];
|
||||
$helper = $this->mock(BudgetReportHelperInterface::class);
|
||||
@@ -65,7 +65,7 @@ class BudgetControllerTest extends TestCase
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::period
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::filterBudgetPeriodReport
|
||||
*/
|
||||
public function testPeriod()
|
||||
public function testPeriod(): void
|
||||
{
|
||||
$first = [1 => ['entries' => ['1', '1']]];
|
||||
$second = ['entries' => ['1', '1']];
|
||||
|
||||
Reference in New Issue
Block a user