Skip to content

Commit

Permalink
use RefreshDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 18, 2024
1 parent 6007f33 commit 16eef23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/NameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace Tests\Feature;

use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Str;
use PHPUnit\Framework\Attributes\Test;
use Tests\TestCase;

class NameTest extends TestCase
{
use DatabaseTransactions;
use RefreshDatabase;

#[Test]
public function name_screen_can_be_rendered(): void
Expand Down

0 comments on commit 16eef23

Please sign in to comment.