You are here

public function BasicTest::testGetSupportedCurrencies in Payment 8.2

@covers ::getSupportedCurrencies

File

tests/src/Unit/Plugin/Payment/Method/BasicTest.php, line 321

Class

BasicTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Method\Basic

Namespace

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

Code

public function testGetSupportedCurrencies() {
  $this
    ->assertTrue($this->sut
    ->getSupportedCurrencies());
}