public function testFingerPrint()
 {
     $this->assertEquals(array('message' => 'one message', 'context' => array(), 'level' => 100, 'level_name' => 'DEBUG'), MonologBubble::fingerPrint($this->getRecord(Logger::DEBUG, 'one message')));
 }
 private function loggerRecord($exceptionContext)
 {
     return MonologBubble::fingerPrint(array('message' => 'Unhandled exception', 'datetime' => new \DateTime(), 'context' => array('exception' => $exceptionContext)));
 }