mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 20:01:52 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -30,7 +30,7 @@ class FlowdockHandlerTest 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