mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-15 01:24:17 +02:00
make compatible to phpunit 6
This commit is contained in:
@@ -17,7 +17,7 @@ class LogstashFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function tearDown()
|
||||
{
|
||||
\PHPUnit_Framework_Error_Warning::$enabled = true;
|
||||
\PHPUnit\Framework\Error\Warning::$enabled = true;
|
||||
|
||||
return parent::tearDown();
|
||||
}
|
||||
|
Reference in New Issue
Block a user