diff --git a/tests/TestCase.php b/tests/TestCase.php index 1cd59386..f31d3625 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,8 +4,8 @@ use Illuminate\Foundation\Testing\RefreshDatabase; use Statamic\Eloquent\ServiceProvider; -use Statamic\Testing\AddonTestCase; use Statamic\Facades\Site; +use Statamic\Testing\AddonTestCase; abstract class TestCase extends AddonTestCase {