/** * Set up function. */ public function setUp() { parent::setUp(); $this->deleteAllRows(array('plg_product_maker', 'plg_maker')); $this->Maker = $this->createMaker(); $this->ProductMaker = $this->createProductMaker($this->Maker); }
/** * Set up function. */ public function setUp() { parent::setUp(); $this->deleteAllRows(array('plg_product_maker', 'plg_maker')); }