mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -48,7 +48,7 @@ class BudgetControllerTest extends TestCase
|
||||
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::general
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController
|
||||
*/
|
||||
public function testGeneral(): void
|
||||
{
|
||||
@@ -62,8 +62,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::period
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::filterBudgetPeriodReport
|
||||
* @covers \FireflyIII\Http\Controllers\Report\BudgetController
|
||||
*/
|
||||
public function testPeriod(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user