You are here

public function PluginBasedExchangeRateProviderFormTest::testGetFormId in Currency 8.3

Same name in this branch
  1. 8.3 tests/src/Unit/Controller/PluginBasedExchangeRateProviderFormTest.php \Drupal\Tests\currency\Unit\Controller\PluginBasedExchangeRateProviderFormTest::testGetFormId()
  2. 8.3 tests/src/Unit/Form/PluginBasedExchangeRateProviderFormTest.php \Drupal\Tests\currency\Unit\Form\PluginBasedExchangeRateProviderFormTest::testGetFormId()

@covers ::getFormId

File

tests/src/Unit/Form/PluginBasedExchangeRateProviderFormTest.php, line 95

Class

PluginBasedExchangeRateProviderFormTest
@coversDefaultClass \Drupal\currency\Form\PluginBasedExchangeRateProviderForm

Namespace

Drupal\Tests\currency\Unit\Form

Code

public function testGetFormId() {
  $this
    ->assertSame('currency_exchange_rate_provider', $this->sut
    ->getFormId());
}