Skip to content

Commit

Permalink
rm refresh db
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Mar 17, 2024
1 parent ea6dcc8 commit 74ad212
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
use Cmgmyr\Messenger\Models\Participant;
use Cmgmyr\Messenger\Models\Thread;
use Illuminate\Database\Eloquent\Model as Eloquent;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Orchestra\Testbench\TestCase as OrchestraTestCase;

class TestCase extends OrchestraTestCase
{
use RefreshDatabase;
use WithFaker;

protected $loadEnvironmentVariables = true;
Expand Down

0 comments on commit 74ad212

Please sign in to comment.