You are here

public function CurrencyLocaleImportFormTest::testGetFormId in Currency 8.3

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

@covers ::getFormId

File

tests/src/Unit/Form/CurrencyLocaleImportFormTest.php, line 96

Class

CurrencyLocaleImportFormTest
@coversDefaultClass \Drupal\currency\Form\CurrencyLocaleImportForm

Namespace

Drupal\Tests\currency\Unit\Form

Code

public function testGetFormId() {
  $this
    ->assertIsString($this->sut
    ->getFormId());
}