You are here

public function AmountFormattingFormTest::testGetFormId in Currency 8.3

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

@covers ::getFormId

File

tests/src/Unit/Controller/AmountFormattingFormTest.php, line 96

Class

AmountFormattingFormTest
@coversDefaultClass \Drupal\currency\Form\AmountFormattingForm

Namespace

Drupal\Tests\currency\Unit\Controller

Code

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