diff --git a/phpunit.xml b/phpunit.xml index c1a4100a36f..7b127c31df3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -28,6 +28,8 @@ + + diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 266ef352efa..358cfc8834a 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -2,8 +2,7 @@ namespace Tests\Unit; -use Illuminate\Foundation\Testing\RefreshDatabase; -use Tests\TestCase; +use PHPUnit\Framework\TestCase; class ExampleTest extends TestCase {