mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-14 17:14:16 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -32,7 +32,7 @@ class SlackHandlerTest extends TestCase
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
if (!extension_loaded('openssl')) {
|
||||
if (!\extension_loaded('openssl')) {
|
||||
$this->markTestSkipped('This test requires openssl to run');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user