You are here

public function CurrencyImportFormTest::testGetFormId in Currency 8.3

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

@covers ::getFormId

File

tests/src/Unit/Controller/CurrencyImportFormTest.php, line 95

Class

CurrencyImportFormTest
@coversDefaultClass \Drupal\currency\Form\CurrencyImportForm

Namespace

Drupal\Tests\currency\Unit\Controller

Code

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