예제 #1
0
 public function testGetErrorMethod()
 {
     $e = new PEAR_Exception('oops');
     $this->assertEquals('testGetErrorMethod', $e->getErrorMethod());
 }