Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 14, 2024
1 parent b73d695 commit 7eb65df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/WithWorkbenchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\Contracts\Config as ConfigContract;
use Orchestra\Testbench\Foundation\Env;
use Orchestra\Testbench\Foundation\Config;
use Orchestra\Testbench\Foundation\Env;
use Orchestra\Testbench\TestCase;
use Orchestra\Testbench\Workbench\Workbench;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\Test;

class WithWorkbenchTest extends TestCase
Expand Down Expand Up @@ -47,6 +48,7 @@ public function it_can_be_manually_resolved()
}

#[Test]
#[Group('without-parallel')]
public function it_can_resolve_user_model_from_workbench()
{
$this->assertFalse(Env::has('AUTH_MODEL'));
Expand Down

0 comments on commit 7eb65df

Please sign in to comment.