Skip to content

Commit

Permalink
Merge branch '8.x' into 9.x
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 11, 2024
2 parents 171cf18 + c11a823 commit 9bd0e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/WithWorkbenchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Orchestra\Testbench\Foundation\Env;
use Orchestra\Testbench\TestCase;
use Orchestra\Testbench\Workbench\Workbench;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\Test;

class WithWorkbenchTest extends TestCase
Expand Down Expand Up @@ -45,6 +46,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 9bd0e9b

Please sign in to comment.