mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 02:40:24 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -12,16 +12,10 @@
|
||||
namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\Logger;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class LogstashFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
class LogstashFormatterTest extends TestCase
|
||||
{
|
||||
public function tearDown()
|
||||
{
|
||||
\PHPUnit\Framework\Error\Warning::$enabled = true;
|
||||
|
||||
return parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers Monolog\Formatter\LogstashFormatter::format
|
||||
*/
|
||||
|
Reference in New Issue
Block a user