mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
Added resend invitation endpoint
This commit is contained in:
committed by
Constantin Graf
parent
9973368156
commit
53ba60bbe5
@@ -6,6 +6,7 @@ namespace Tests;
|
||||
|
||||
use Illuminate\Database\Eloquent\Collection;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
use TiMacDonald\Log\LogFake;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
@@ -15,6 +16,7 @@ abstract class TestCase extends BaseTestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Mail::fake();
|
||||
LogFake::bind();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user