public function setUp()
 {
     parent::setUp();
     $this->createAlert('Initial1', 'day');
     $this->createAlert('Initial2', 'week', array($this->idSite, $this->idSite2));
     $this->createAlert('Initial3', 'month', array($this->idSite2));
     $this->setUser();
 }
 public function setUp()
 {
     parent::setUp();
     $this->validator = new Validator();
 }
 public function setUp()
 {
     parent::setUp();
     $this->processor = new CustomProcessor();
 }
 public function tearDown()
 {
     parent::tearDown();
     Translate::reset();
 }
 public function setUp()
 {
     parent::setUp();
     $this->plugin = new CustomAlerts();
 }