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