mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-14 09:04:15 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -63,7 +63,7 @@ class LogEntriesHandlerTest extends TestCase
|
||||
|
||||
private function createHandler()
|
||||
{
|
||||
$useSSL = extension_loaded('openssl');
|
||||
$useSSL = \extension_loaded('openssl');
|
||||
$args = ['testToken', $useSSL, Level::Debug, true];
|
||||
$this->res = fopen('php://memory', 'a');
|
||||
$this->handler = $this->getMockBuilder('Monolog\Handler\LogEntriesHandler')
|
||||
|
Reference in New Issue
Block a user