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 af132db commit ccddb6dCopy full SHA for ccddb6d
tests/Unit/Console/DbUpgradeCommandTest.php
@@ -7,7 +7,7 @@
7
use Mockery as m;
8
use Symfony\Component\Process\ExecutableFinder;
9
10
-class DbUpgradeCommandTest extends UnitTest
+class DbUpgradeCommandTest extends TestCase
11
{
12
/**
13
* @var \Illuminate\Filesystem\Filesystem|\Mockery\LegacyMockInterface|\Mockery\MockInterface
tests/Unit/UnitTest.php tests/Unit/TestCase.phptests/Unit/UnitTest.php renamed to tests/Unit/TestCase.php
@@ -3,9 +3,9 @@
3
namespace Exolnet\DbUpgrade\Tests\Unit;
4
5
use Mockery;
6
-use PHPUnit\Framework\TestCase;
+use PHPUnit\Framework\TestCase as BaseTestCase;
-abstract class UnitTest extends TestCase
+abstract class TestCase extends BaseTestCase
public function tearDown(): void
0 commit comments