mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 11:51:32 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -13,11 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Level;
|
||||
use Monolog\Formatter\LineFormatter;
|
||||
|
||||
class RedisPubSubHandlerTest extends TestCase
|
||||
class RedisPubSubHandlerTest extends \Monolog\Test\MonologTestCase
|
||||
{
|
||||
public function testConstructorShouldWorkWithPredis()
|
||||
{
|
||||
|
Reference in New Issue
Block a user