Beispiel #1
0
 public function testEmptyConstructionYieldsCodeZero()
 {
     $e = new Horde_Exception();
     $this->assertSame(0, $e->getCode());
 }