1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 05:36:45 +02:00

Fix tests

This commit is contained in:
Jordi Boggiano
2016-11-26 01:38:50 +01:00
parent f6e6f22e77
commit 5d28746bb0
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
namespace Monolog\Handler\Slack;
use Monolog\Logger;
use Monolog\TestCase;
use Monolog\Test\TestCase;
/**
* @coversDefaultClass Monolog\Handler\Slack\SlackRecord

View File

@@ -11,7 +11,7 @@
namespace Monolog\Handler;
use Monolog\TestCase;
use Monolog\Test\TestCase;
use Monolog\Logger;
use Monolog\Formatter\LineFormatter;
use Monolog\Handler\Slack\SlackRecord;

View File

@@ -11,7 +11,7 @@
namespace Monolog\Handler;
use Monolog\TestCase;
use Monolog\Test\TestCase;
use Monolog\Logger;
/**