/**
  *  Run before each test
  */
 function setUp()
 {
     parent::setUp();
     // By default we will download products from all rubriques
     $this->p_ex->DownloadRubriques = array(1, 2, 3, 4);
     // By default we will download products without taking to account any id_mot
     $this->p_ex->DownloadIdMot = false;
 }
 /**
  *  Run before each test
  */
 function setUp()
 {
     parent::setUp();
 }