atk4\data\tests\TestCase::runBare PHP 메소드

runBare() 공개 메소드

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

Usage Example

예제 #1
0
파일: SQLTestCase.php 프로젝트: atk4/data
 public function runBare()
 {
     try {
         return parent::runBare();
     } catch (\atk4\core\Exception $e) {
         throw new \atk4\data\tests\AgileExceptionWrapper($e->getMessage(), 0, $e);
     }
 }