Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 8, 2024
1 parent b23c848 commit a9fd9d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/DuskTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

class DuskTestCase extends \Orchestra\Testbench\Dusk\TestCase
{
use DatabaseMigrations, WithWorkbench;
use DatabaseMigrations;
use WithWorkbench;

/**
* Prepare the testing environment web driver options.
Expand Down
3 changes: 2 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

class TestCase extends \Orchestra\Testbench\TestCase
{
use LazilyRefreshDatabase, WithWorkbench;
use LazilyRefreshDatabase;
use WithWorkbench;
}

0 comments on commit a9fd9d7

Please sign in to comment.