1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 21:26:43 +02:00

Coding style fixes, refs #720

This commit is contained in:
Jordi Boggiano
2016-05-26 18:16:46 +01:00
parent 8a379a3166
commit 3d7842ec1e
2 changed files with 10 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
namespace Monolog\Handler;
use Monolog\TestCase;
use Monolog\Test\TestCase;
use Monolog\Logger;
class ProcessHandlerTest extends TestCase