mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 23:54:04 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -11,13 +11,12 @@
|
||||
|
||||
namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Level;
|
||||
|
||||
/**
|
||||
* @covers Monolog\Handler\FirePHPHandler
|
||||
*/
|
||||
class FirePHPHandlerTest extends TestCase
|
||||
class FirePHPHandlerTest extends \Monolog\Test\MonologTestCase
|
||||
{
|
||||
public function setUp(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user