You are here

function SupportedCurrencyTest::testGetCurrencyCode in Payment 8.2

@covers ::getCurrencyCode

File

tests/src/Unit/Plugin/Payment/Method/SupportedCurrencyTest.php, line 59

Class

SupportedCurrencyTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Method\SupportedCurrency

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Method

Code

function testGetCurrencyCode() {
  $this
    ->assertSame($this->currencyCode, $this->sut
    ->getCurrencyCode());
}