You are here

public function FixedRatesFormTest::testGetFormId in Currency 8.3

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

@covers ::getFormId

File

tests/src/Unit/Controller/FixedRatesFormTest.php, line 126

Class

FixedRatesFormTest
@coversDefaultClass \Drupal\currency\Form\FixedRatesForm

Namespace

Drupal\Tests\currency\Unit\Controller

Code

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