Skip to content

Commit 26a1dfd

Browse files
committed
fix: tests in CI
1 parent 80c19f8 commit 26a1dfd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tests/Feature/Commands/SetupCommandTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
use Illuminate\Support\Facades\File;
88
use Illuminate\Support\Facades\Schema;
99
use MeShaon\RequestAnalytics\RequestAnalyticsServiceProvider;
10-
use Orchestra\Testbench\TestCase;
10+
use MeShaon\RequestAnalytics\Tests\TestCase;
1111
use PHPUnit\Framework\Attributes\Test;
1212

1313
class SetupCommandTest extends TestCase
1414
{
15-
protected function getPackageProviders($app): array
16-
{
17-
return [RequestAnalyticsServiceProvider::class];
18-
}
19-
2015
#[Test]
2116
public function it_publishes_migrations_and_runs_only_package_migrations()
2217
{

0 commit comments

Comments
 (0)