mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 21:56:31 +02:00
Make TestCase class available to dependents to help with testing
This commit is contained in:
@@ -27,7 +27,7 @@ function tester($handler, $record)
|
||||
namespace Monolog\Processor;
|
||||
|
||||
use Monolog\Logger;
|
||||
use Monolog\TestCase;
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Handler\TestHandler;
|
||||
|
||||
class IntrospectionProcessorTest extends TestCase
|
||||
|
Reference in New Issue
Block a user