mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -11,13 +11,12 @@
|
||||
|
||||
namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Level;
|
||||
|
||||
/**
|
||||
* @covers Monolog\Formatter\NormalizerFormatter
|
||||
*/
|
||||
class NormalizerFormatterTest extends TestCase
|
||||
class NormalizerFormatterTest extends \Monolog\Test\MonologTestCase
|
||||
{
|
||||
public function testFormat()
|
||||
{
|
||||
|
Reference in New Issue
Block a user