mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 09:35:10 +02:00
Upgraded to Laravel 11
This commit is contained in:
@@ -6,6 +6,7 @@ use App\Mail\TokenExpiringSoon;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Foundation\Testing\LazilyRefreshDatabase;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
use PHPUnit\Framework\Attributes\Test;
|
||||
use Tests\TestCase;
|
||||
|
||||
class EmailUsersWithTokenExpiringSoonTest extends TestCase
|
||||
@@ -23,7 +24,7 @@ class EmailUsersWithTokenExpiringSoonTest extends TestCase
|
||||
Mail::fake();
|
||||
}
|
||||
|
||||
/** @test */
|
||||
#[Test]
|
||||
public function it_can_send_a_mail_concerning_a_token_expiring_soon()
|
||||
{
|
||||
$this->setNow(2019, 1, 28);
|
||||
|
||||
Reference in New Issue
Block a user