mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Fix tests.
This commit is contained in:
@@ -28,10 +28,6 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class ForgotPasswordControllerTest
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*/
|
||||
class ForgotPasswordControllerTest extends TestCase
|
||||
{
|
||||
@@ -45,8 +41,7 @@ class ForgotPasswordControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::__construct
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController
|
||||
*/
|
||||
public function testSendResetLinkEmail(): void
|
||||
{
|
||||
@@ -62,8 +57,7 @@ class ForgotPasswordControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::__construct
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController
|
||||
*/
|
||||
public function testSendResetLinkEmailDemo(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user