コード例 #1
0
ファイル: CryptTest.php プロジェクト: phalcon/incubator
 public function _before()
 {
     parent::_before();
     if (!extension_loaded('mcrypt')) {
         $this->markTestSkipped('Warning: mcrypt extension is not loaded');
     }
 }
コード例 #2
0
 /**
  * @return void
  */
 protected function _before()
 {
     parent::_before();
     $this->setUpSalesOrderTestData();
     $this->setUpPaymentTestData();
     $this->responseConverter = new ResponseConverter();
     $this->requestLogQuery = new SpyPaymentPayolutionTransactionRequestLogQuery();
     $this->statusLogQuery = new SpyPaymentPayolutionTransactionStatusLogQuery();
 }
コード例 #3
0
ファイル: RolesTest.php プロジェクト: Brother-Simon/CiiMS
 protected function _before()
 {
     $this->model = UserRoles::model();
     return parent::_before();
 }
コード例 #4
0
ファイル: baseTest.php プロジェクト: wcealliance/php-sdk
 protected function _before()
 {
     $this->API = new WCEAAPI();
     parent::_before();
 }
コード例 #5
0
ファイル: AllTest.php プロジェクト: slice-beans/cli-app
 protected function _before()
 {
     parent::_before();
 }
コード例 #6
0
 protected function _before()
 {
     $this->V = new Verified();
     parent::_before();
 }
コード例 #7
0
ファイル: OpenIdTest.php プロジェクト: EvercodeLab/esia
 protected function _before()
 {
     $this->openId = $this->prepareOpenId();
     parent::_before();
 }
コード例 #8
0
 protected function __before()
 {
     parent::_before();
     Communication::clearObjectCache();
     CommunicationEmail::clearObjectCache();
 }