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:
@@ -59,7 +59,7 @@ class InsightOpsHandlerTest extends TestCase
|
||||
|
||||
private function createHandler()
|
||||
{
|
||||
$useSSL = extension_loaded('openssl');
|
||||
$useSSL = \extension_loaded('openssl');
|
||||
$args = ['testToken', 'us', $useSSL, Level::Debug, true];
|
||||
$this->resource = fopen('php://memory', 'a');
|
||||
$this->handler = $this->getMockBuilder(InsightOpsHandler::class)
|
||||
|
Reference in New Issue
Block a user