Beispiel #1
0
 public function testMethodGetpreviousYieldsPreviousException()
 {
     $e = new Horde_Exception(null, null, new Exception('previous'));
     $this->assertEquals('previous', $e->getPrevious()->getMessage());
 }