mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -36,7 +36,7 @@ use Tests\TestCase;
|
||||
class AuthenticateTwoFactorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
|
||||
*/
|
||||
public function testMiddleware(): void
|
||||
{
|
||||
@@ -54,7 +54,7 @@ class AuthenticateTwoFactorTest extends TestCase
|
||||
* cookie : false
|
||||
*
|
||||
*
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
|
||||
*/
|
||||
public function testMiddlewareNoTwoFA(): void
|
||||
{
|
||||
@@ -85,7 +85,7 @@ class AuthenticateTwoFactorTest extends TestCase
|
||||
* cookie : false
|
||||
*
|
||||
*
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
|
||||
*/
|
||||
public function testMiddlewareTwoFAAuthed(): void
|
||||
{
|
||||
@@ -118,7 +118,7 @@ class AuthenticateTwoFactorTest extends TestCase
|
||||
* cookie : false
|
||||
*
|
||||
*
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
|
||||
*/
|
||||
public function testMiddlewareTwoFANoSecret(): void
|
||||
{
|
||||
@@ -149,7 +149,7 @@ class AuthenticateTwoFactorTest extends TestCase
|
||||
* cookie : false
|
||||
*
|
||||
*
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
|
||||
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
|
||||
*/
|
||||
public function testMiddlewareTwoFASecret(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user