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 IsSandstormUserTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
|
||||
*/
|
||||
public function testMiddlewareNotAuthenticated(): void
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class IsSandstormUserTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
|
||||
*/
|
||||
public function testMiddlewareNotSandStorm(): void
|
||||
{
|
||||
@@ -55,7 +55,7 @@ class IsSandstormUserTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
|
||||
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
|
||||
*/
|
||||
public function testMiddlewareSandstorm(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user