mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Use namespaced phpunit classes, fixes #983
This commit is contained in:
@@ -20,7 +20,7 @@ use Monolog\Formatter\FormatterInterface;
|
||||
* *
|
||||
* @author Jordi Boggiano <j.boggiano@seld.be>
|
||||
*/
|
||||
class TestCase extends \PHPUnit_Framework_TestCase
|
||||
class TestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @return array Record
|
||||
|
Reference in New Issue
Block a user