mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -32,7 +32,7 @@ class SlackHandlerTest extends TestCase
|
||||
*/
|
||||
private $handler;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
if (!extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('This test requires openssl to run');
|
||||
|
Reference in New Issue
Block a user