You are here

function SupportedCurrencyTest::testGetMaximumAmount in Payment 8.2

@covers ::getMaximumAmount

File

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

Class

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

Namespace

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

Code

function testGetMaximumAmount() {
  $this
    ->assertSame($this->maximumAmount, $this->sut
    ->getMaximumAmount());
}