public function ExchangeRateProviderOperationsProviderTest::setUp in Currency 8.3
Overrides DefaultPluginTypeOperationsProviderTest::setUp
File
- tests/
src/ Unit/ Plugin/ Currency/ ExchangeRateProvider/ ExchangeRateProviderOperationsProviderTest.php, line 22
Class
- ExchangeRateProviderOperationsProviderTest
- @coversDefaultClass \Drupal\currency\Plugin\Currency\ExchangeRateProvider\ExchangeRateProviderOperationsProvider
Namespace
Drupal\Tests\currency\Unit\Plugin\Currency\ExchangeRateProviderCode
public function setUp() : void {
parent::setUp();
$this->sut = new ExchangeRateProviderOperationsProvider($this->stringTranslation);
}