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:
@@ -34,7 +34,7 @@ use Tests\TestCase;
|
||||
class IsAdminTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin
|
||||
*/
|
||||
public function testMiddleware(): void
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class IsAdminTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin
|
||||
*/
|
||||
public function testMiddlewareAjax(): void
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class IsAdminTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin
|
||||
*/
|
||||
public function testMiddlewareNotOwner(): void
|
||||
{
|
||||
@@ -68,7 +68,7 @@ class IsAdminTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsAdmin
|
||||
*/
|
||||
public function testMiddlewareOwner(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user