You are here

protected property FixedRatesFormTest::$currencyExchangeRateProviderManager in Currency 8.3

Same name in this branch
  1. 8.3 tests/src/Unit/Controller/FixedRatesFormTest.php \Drupal\Tests\currency\Unit\Controller\FixedRatesFormTest::currencyExchangeRateProviderManager
  2. 8.3 tests/src/Unit/Form/FixedRatesFormTest.php \Drupal\Tests\currency\Unit\Form\FixedRatesFormTest::currencyExchangeRateProviderManager

The currency exchange rate provider manager.

Type: \Drupal\currency\Plugin\Currency\ExchangeRateProvider\ExchangeRateProviderManagerInterface|\PHPUnit_Framework_MockObject_MockObject

File

tests/src/Unit/Form/FixedRatesFormTest.php, line 39

Class

FixedRatesFormTest
@coversDefaultClass \Drupal\currency\Form\FixedRatesForm

Namespace

Drupal\Tests\currency\Unit\Form

Code

protected $currencyExchangeRateProviderManager;