1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 14:46:46 +02:00

Make TestCase class available to dependents to help with testing

This commit is contained in:
Jordi Boggiano
2016-05-20 20:09:02 +01:00
parent 1161b23148
commit d7b415c2c8
57 changed files with 64 additions and 57 deletions

View File

@@ -10,7 +10,7 @@
namespace Monolog\Handler;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class ZendMonitorHandlerTest extends TestCase
{