You are here

public function CreditCardTypeTest::testGetLabel in Commerce Core 8.2

@covers ::getLabel

File

modules/payment/tests/src/Unit/CreditCardTypeTest.php, line 56

Class

CreditCardTypeTest
@coversDefaultClass \Drupal\commerce_payment\CreditCardType @group commerce

Namespace

Drupal\Tests\commerce_payment\Unit

Code

public function testGetLabel() {
  $this
    ->assertEquals($this->definition['label'], $this->type
    ->getLabel());
}