Skip to content

Commit f9bf539

Browse files
committed
wip
1 parent 9d42569 commit f9bf539

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

tests/Auth/CpForgotPasswordTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Illuminate\Support\Facades\Notification;
66
use Illuminate\Support\Facades\Password;
77
use PHPUnit\Framework\Attributes\Test;
8-
use Statamic\Auth\Passwords\PasswordReset;
98
use Statamic\Facades\User;
109
use Tests\PreventSavingStacheItemsToDisk;
1110
use Tests\TestCase;
@@ -14,24 +13,6 @@ class CpForgotPasswordTest extends TestCase
1413
{
1514
use PreventSavingStacheItemsToDisk;
1615

17-
public function setUp(): void
18-
{
19-
parent::setUp();
20-
21-
PasswordReset::resetFormUrl(null);
22-
PasswordReset::resetFormRoute(null);
23-
PasswordReset::redirectAfterReset(null);
24-
}
25-
26-
public function tearDown(): void
27-
{
28-
PasswordReset::resetFormUrl(null);
29-
PasswordReset::resetFormRoute(null);
30-
PasswordReset::redirectAfterReset(null);
31-
32-
parent::tearDown();
33-
}
34-
3516
#[Test]
3617
public function it_returns_generic_success_for_non_existent_user_to_prevent_enumeration()
3718
{

0 commit comments

Comments
 (0)