Example #1
0
 public function testGetExtra()
 {
     $subject = new Log();
     $this->assertTrue(is_array($subject->getExtra()));
 }