mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Still sorting out Tests\Support namespace issues
This commit is contained in:
parent
4056b64480
commit
2ca26220ba
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user