Skip to content

Commit

Permalink
fix: fix testing issue on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Dec 22, 2023
1 parent de9094d commit ee54175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
use Creasi\Package\ServiceProvider;
use Illuminate\Config\Repository;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
{
use RefreshDatabase;
use DatabaseMigrations;

protected function getPackageProviders($app)
Expand Down

0 comments on commit ee54175

Please sign in to comment.