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