mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -46,8 +46,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::action
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::__construct
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController
|
||||
*/
|
||||
public function testAction(): void
|
||||
{
|
||||
@@ -61,7 +60,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::trigger
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController
|
||||
*/
|
||||
public function testTrigger(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user