diff --git a/tests/_support/Log/Handlers/TestHandler.php b/tests/_support/Log/Handlers/TestHandler.php index 6bae0628e8..8c2f45742d 100644 --- a/tests/_support/Log/Handlers/TestHandler.php +++ b/tests/_support/Log/Handlers/TestHandler.php @@ -8,7 +8,7 @@ use CodeIgniter\Log\Handlers\HandlerInterface; * A simple LogHandler that stores the logs in memory. * Only used for testing purposes. */ -class TestHandler extends FileHandler +class TestHandler extends \CodeIgniter\Log\Handlers\FileHandler { /** * Local storage for logs.