mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-20 16:16:37 +02:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
|
||||
namespace Monolog\Processor;
|
||||
|
||||
use Monolog\Test\TestCase;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
|
||||
class ClosureContextProcessorTest extends TestCase
|
||||
class ClosureContextProcessorTest extends \Monolog\Test\MonologTestCase
|
||||
{
|
||||
public function testReplace()
|
||||
{
|
||||
|
Reference in New Issue
Block a user