Exemple #1
0
 public function _before()
 {
     parent::_before();
     if (!extension_loaded('mcrypt')) {
         $this->markTestSkipped('Warning: mcrypt extension is not loaded');
     }
 }
 /**
  * @return void
  */
 protected function _before()
 {
     parent::_before();
     $this->setUpSalesOrderTestData();
     $this->setUpPaymentTestData();
     $this->responseConverter = new ResponseConverter();
     $this->requestLogQuery = new SpyPaymentPayolutionTransactionRequestLogQuery();
     $this->statusLogQuery = new SpyPaymentPayolutionTransactionStatusLogQuery();
 }
Exemple #3
0
 protected function _before()
 {
     $this->model = UserRoles::model();
     return parent::_before();
 }
Exemple #4
0
 protected function _before()
 {
     $this->API = new WCEAAPI();
     parent::_before();
 }
Exemple #5
0
 protected function _before()
 {
     parent::_before();
 }
 protected function _before()
 {
     $this->V = new Verified();
     parent::_before();
 }
Exemple #7
0
 protected function _before()
 {
     $this->openId = $this->prepareOpenId();
     parent::_before();
 }
 protected function __before()
 {
     parent::_before();
     Communication::clearObjectCache();
     CommunicationEmail::clearObjectCache();
 }