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 20c0be0 commit f6e4b6aCopy full SHA for f6e4b6a
tests/Integration/AbstractIntegrationTest.php renamed to tests/Integration/AbstractIntegrationTestCase.php
@@ -5,7 +5,7 @@
5
use Netsells\LaravelMutexMigrations\ServiceProvider;
6
use Orchestra\Testbench\TestCase;
7
8
-abstract class AbstractIntegrationTest extends TestCase
+abstract class AbstractIntegrationTestCase extends TestCase
9
{
10
protected function getPackageProviders($app): array
11
tests/Integration/CommandConcurrencyTest.php
@@ -6,7 +6,7 @@
use Illuminate\Contracts\Console\Kernel;
use Spatie\Fork\Fork;
-class CommandConcurrencyTest extends AbstractIntegrationTest
+class CommandConcurrencyTest extends AbstractIntegrationTestCase
public function testCommandCanBeCalledConcurrently(): void
12
0 commit comments