From 666f6d1087ee65528e4914b7713191e3f6f6e35b Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 15 Apr 2024 11:15:36 +0100 Subject: [PATCH] Update `AddonTestCase` import --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {