Skip to content

Commit

Permalink
Fixed conflic laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 20, 2024
1 parent 0892478 commit 5fb66a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/UserTest.php
Expand Up @@ -4,16 +4,13 @@

namespace Orchid\Tests\Unit;

use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Auth;
use Orchid\Access\Impersonation;
use Orchid\Platform\Models\User;
use Orchid\Tests\TestUnitCase;

class UserTest extends TestUnitCase
{
use RefreshDatabase;

public function testHasCorrectInstance(): void
{
$user = User::factory()->create();
Expand Down

0 comments on commit 5fb66a2

Please sign in to comment.