public function setUp(\Phalcon\DiInterface $di = NULL, \Phalcon\Config $config = NULL)
 {
     $this->classTested = '\\Domain\\Ad\\Entity\\Address';
     parent::setUp($di);
 }
 public function setUp(\Phalcon\DiInterface $di = NULL, \Phalcon\Config $config = NULL)
 {
     $this->classTested = '\\Application\\User\\Form\\Register';
     parent::setUp($di);
 }
 public function setUp(\Phalcon\DiInterface $di = NULL, \Phalcon\Config $config = NULL)
 {
     $this->classTested = '\\Domain\\Ad\\Service\\AvailablePersist';
     parent::setUp($di);
 }
 public function setUp(\Phalcon\DiInterface $di = NULL, \Phalcon\Config $config = NULL)
 {
     $this->classTested = '\\Domain\\QuestionAndAnswer\\Entity\\QuestionAndAnswer';
     parent::setUp($di);
 }