$function($message, $context); } /** * Test the log() function */ public function testProfilingLog() { $logger = new VoidLogger(); $logger->log(LogLevel::WARNING, 'test', ['a' => 'context']); } }