Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io authored and github-actions[bot] committed Oct 21, 2024
1 parent 92b522f commit 6107a88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/src/UserResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

namespace TomatoPHP\FilamentUsers\Tests;

use STS\FilamentImpersonate\Tables\Actions\Impersonate;
use TomatoPHP\FilamentUsers\Resources\UserResource;
use TomatoPHP\FilamentUsers\Resources\UserResource\Pages;
use TomatoPHP\FilamentUsers\Tests\Models\User;

use function Pest\Laravel\actingAs;
use function Pest\Laravel\assertAuthenticatedAs;
use function Pest\Laravel\assertDatabaseHas;
use function Pest\Laravel\assertModelMissing;
use function Pest\Laravel\get;
use function Pest\Livewire\livewire;
use function PHPUnit\Framework\assertEquals;

beforeEach(function () {
actingAs(User::factory()->create());
Expand Down

0 comments on commit 6107a88

Please sign in to comment.