4 require_once
'Modules/Test/classes/class.ilTestProcessLocker.php';
33 $this->db->lockTables($tables);
38 $this->db->unlockTables();
49 $tables[] = array(
'name' =>
'tst_test_rnd_qst',
'type' =>
ilDB::LOCK_WRITE,
'sequence' =>
true);
53 if( $withTaxonomyTables )
57 $tables[] = array(
'name' =>
'tax_node_assignment',
'type' =>
ilDB::LOCK_WRITE);
60 $this->db->lockTables($tables);
65 $this->db->unlockTables();