You are here

protected function CreditCardTest::configureGateway in Ubercart 8.4

Helper function to configure Credit Card gateway.

1 call to CreditCardTest::configureGateway()
CreditCardTest::setUp in payment/uc_credit/tests/src/Functional/CreditCardTest.php

File

payment/uc_credit/tests/src/Functional/CreditCardTest.php, line 317

Class

CreditCardTest
Tests credit card payments with the test gateway.

Namespace

Drupal\Tests\uc_credit\Functional

Code

protected function configureGateway() {
  $this->paymentMethod = $this
    ->createPaymentMethod('test_gateway');
}