mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 02:10:22 +02:00
Use namespaced phpunit classes, fixes #983
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\DateTimeImmutable;
|
||||
|
||||
class ScalarFormatterTest extends \PHPUnit_Framework_TestCase
|
||||
class ScalarFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
private $formatter;
|
||||
|
||||
|
Reference in New Issue
Block a user