1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 10:20:14 +02:00

Fix test case class name

This commit is contained in:
Jordi Boggiano
2018-11-04 19:41:54 +01:00
parent 0cad7ea76c
commit c5bba4ac64

View File

@@ -14,6 +14,7 @@ namespace Monolog;
use Monolog\Handler\StreamHandler;
use Monolog\Handler\TestHandler;
use Psr\Log\LogLevel;
use Monolog\Test\TestCase;
/**
* @author Robert Gust-Bardon <robert@gust-bardon.org>