You are here

public function PaymentGatewayTest::testPayment in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/commerce/tests/src/Kernel/Migrate/commerce1/PaymentGatewayTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1\PaymentGatewayTest::testPayment()
  2. 3.0.x modules/commerce/tests/src/Kernel/Migrate/commerce1/PaymentGatewayTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1\PaymentGatewayTest::testPayment()

Tests payment migration.

File

modules/commerce/tests/src/Kernel/Migrate/commerce1/PaymentGatewayTest.php, line 56

Class

PaymentGatewayTest
Tests payment gateway migration.

Namespace

Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1

Code

public function testPayment() {
  $this
    ->assertPaymentGatewayEntity('commerce_payment_example', 'commerce_payment_example', NULL);
}