mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 15:14:14 +02:00
Use namespaced phpunit classes, fixes #983
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Monolog\Processor;
|
||||
|
||||
class PsrLogMessageProcessorTest extends \PHPUnit_Framework_TestCase
|
||||
class PsrLogMessageProcessorTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @dataProvider getPairs
|
||||
|
Reference in New Issue
Block a user