We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c19f8 commit 26a1dfdCopy full SHA for 26a1dfd
1 file changed
tests/Feature/Commands/SetupCommandTest.php
@@ -7,16 +7,11 @@
7
use Illuminate\Support\Facades\File;
8
use Illuminate\Support\Facades\Schema;
9
use MeShaon\RequestAnalytics\RequestAnalyticsServiceProvider;
10
-use Orchestra\Testbench\TestCase;
+use MeShaon\RequestAnalytics\Tests\TestCase;
11
use PHPUnit\Framework\Attributes\Test;
12
13
class SetupCommandTest extends TestCase
14
{
15
- protected function getPackageProviders($app): array
16
- {
17
- return [RequestAnalyticsServiceProvider::class];
18
- }
19
-
20
#[Test]
21
public function it_publishes_migrations_and_runs_only_package_migrations()
22
0 commit comments