mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-20 16:16:37 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -18,7 +18,7 @@ use Monolog\Logger;
|
||||
*/
|
||||
class MongoDBFormatterTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
if (!class_exists('MongoDB\BSON\UTCDateTime')) {
|
||||
$this->markTestSkipped('ext-mongodb not installed');
|
||||
|
Reference in New Issue
Block a user