You are here

public function FixedRatesTest::testLoadConfiguration in Currency 8.3

@covers ::loadAll

File

tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesTest.php, line 72

Class

FixedRatesTest
@coversDefaultClass \Drupal\currency\Plugin\Currency\ExchangeRateProvider\FixedRates

Namespace

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

Code

public function testLoadConfiguration() {
  list($rates) = $this
    ->prepareExchangeRates();
  $this
    ->assertSame($rates, $this->sut
    ->loadAll());
}