You are here

public function PaymentReferenceConfigurationFormTest::testGetFormId in Payment 8.2

@covers ::getFormId

File

modules/payment_reference/tests/src/Unit/Plugin/Payment/Type/PaymentReferenceConfigurationFormTest.php, line 155

Class

PaymentReferenceConfigurationFormTest
@coversDefaultClass \Drupal\payment_reference\Plugin\Payment\Type\PaymentReferenceConfigurationForm

Namespace

Drupal\Tests\payment_reference\Unit\Plugin\Payment\Type

Code

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