You are here

public function FixedRatesOperationsProviderTest::testGetOperations in Currency 8.3

@covers ::getOperations

File

tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProviderTest.php, line 74

Class

FixedRatesOperationsProviderTest
@coversDefaultClass \Drupal\currency\Plugin\Currency\ExchangeRateProvider\FixedRatesOperationsProvider

Namespace

Drupal\Tests\currency\Unit\Plugin\Currency\ExchangeRateProvider

Code

public function testGetOperations() {
  $this
    ->assertOperationsLinks($this->sut
    ->getOperations($this
    ->randomMachineName()));
}