/** * Resources needed for most tests. * * @return void */ protected function setUp() { parent::setUp(); $this->_partition = Hashmark::getModule('Partition', '', $this->_db); $this->_core = Hashmark::getModule('Core', '', $this->_db); $this->_mergeTablePrefix = Hashmark::getConfig('Partition', '', 'mergetable_prefix'); }
/** * Resources needed for most tests. * * @return void */ protected function setUp() { parent::setUp(); $partition = Hashmark::getModule('Partition', '', $this->_db); $this->_analyst = Hashmark::getModule('Analyst', 'BasicDecimal', $this->_db, $partition); $this->_partition = Hashmark::getModule('Partition', '', $this->_db); $this->_core = Hashmark::getModule('Core', '', $this->_db); }
/** * Resources needed for most tests. * * @return void */ protected function setUp() { parent::setUp(); $this->_core = Hashmark::getModule('Core', '', $this->_db); }