You are here

function SupportedCurrencyTest::testGetMinimumAmount in Payment 8.2

@covers ::getMinimumAmount

File

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

Class

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

Namespace

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

Code

function testGetMinimumAmount() {
  $this
    ->assertSame($this->minimumAmount, $this->sut
    ->getMinimumAmount());
}