atk4\data\tests\SQLTestCase::runBare PHP Method

runBare() public method

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