13 require_once
'PU_testcase_dcp.php';
23 self::$odb->rollbackPoint(
'testunit');
28 self::$odb->savePoint(
'testunit');
42 parent::setUpBeforeClass();
45 self::beginTransaction();
47 $cf = static::getCommonImportFile();
49 if (!is_array($cf)) $cf = array(
54 self::importDocument($f);
57 self::rollbackTransaction();
58 throw new \Dcp\Exception(sprintf(
"Exception while importing file '%s': %s", $f, $e->getMessage()));
66 self::rollbackTransaction();
static setUpBeforeClass()
static tearDownAfterClass()
static getCommonImportFile()