From 423f2faaefcaea25303f04793c29f1976b238bc3 Mon Sep 17 00:00:00 2001 From: markhuot Date: Wed, 16 Oct 2024 13:55:23 -0400 Subject: [PATCH] pint --- src/test/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/TestCase.php b/src/test/TestCase.php index cbedacf..75efb27 100644 --- a/src/test/TestCase.php +++ b/src/test/TestCase.php @@ -8,6 +8,7 @@ use markhuot\craftpest\actions\InstallCraft; use markhuot\craftpest\interfaces\RenderCompiledClassesInterface; use Symfony\Component\Process\Process; + use function markhuot\craftpest\helpers\base\service; class TestCase extends \PHPUnit\Framework\TestCase