Inheritance: extends PHPUnit_Framework_TestCase
Example #1
0
 public function runBare()
 {
     try {
         return parent::runBare();
     } catch (\atk4\core\Exception $e) {
         throw new \atk4\data\tests\AgileExceptionWrapper($e->getMessage(), 0, $e);
     }
 }