mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Monolog\Formatter;
|
||||
use Monolog\Level;
|
||||
use Monolog\LogRecord;
|
||||
use JsonSerializable;
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Test\MonologTestCase;
|
||||
|
||||
class JsonFormatterTest extends TestCase
|
||||
class JsonFormatterTest extends MonologTestCase
|
||||
{
|
||||
/**
|
||||
* @covers Monolog\Formatter\JsonFormatter::__construct
|
||||
|
Reference in New Issue
Block a user