mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-30 01:40:30 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -20,7 +20,7 @@ class SwiftMailerHandlerTest extends TestCase
|
||||
/** @var \Swift_Mailer|MockObject */
|
||||
private $mailer;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->mailer = $this
|
||||
->getMockBuilder('Swift_Mailer')
|
||||
|
Reference in New Issue
Block a user