Still sorting out Tests\Support namespace issues

This commit is contained in:
Master Yoda 2018-05-26 00:43:34 -07:00
parent 4056b64480
commit 2ca26220ba
No known key found for this signature in database
GPG Key ID: CED549230775AD5B

View File

@ -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.