protected function tearDown()
 {
     $this->getAction(Login::ACTION)->login();
     $this->getAction(Enabler::ACTION)->disable('Payment Methods/Saved CC');
     parent::tearDown();
     // TODO: Change the autogenerated stub
 }
Пример #2
0
 public function configureTest(AbstractMagentoTestCase $testCase)
 {
     $testCase->setPaymentMethod('AuthorizeNet');
     $testCase->setTypePreference('Magium\\Magento\\Actions\\Checkout\\PaymentInformation', get_class($this));
 }
 protected function setUp()
 {
     parent::setUp();
     $this->switchThemeConfiguration(ThemeConfiguration::THEME);
 }