mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\Level;
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Test\MonologTestCase;
|
||||
|
||||
class FlowdockFormatterTest extends TestCase
|
||||
class FlowdockFormatterTest extends MonologTestCase
|
||||
{
|
||||
/**
|
||||
* @covers Monolog\Formatter\FlowdockFormatter::format
|
||||
|
Reference in New Issue
Block a user