mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 03:16:21 +01:00
Rename TestCase to MonologTestCase (#1953)
This commit is contained in:
@@ -12,14 +12,13 @@
|
||||
namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Level;
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Formatter\LineFormatter;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
|
||||
/**
|
||||
* @covers Monolog\Handler\PsrHandler::handle
|
||||
*/
|
||||
class PsrHandlerTest extends TestCase
|
||||
class PsrHandlerTest extends \Monolog\Test\MonologTestCase
|
||||
{
|
||||
public static function logLevelProvider()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user