Пример #1
0
 public function setUp()
 {
     $credentials = $this->getFixtures()->offsetGet('everypay');
     Everypay::setApiKey($credentials['secret_key']);
     Everypay::$isTest = true;
 }