You are here

function PaymentMethodConfigurationDeleteFormTest::testGetQuestion in Payment 8.2

@covers ::getQuestion

File

tests/src/Unit/Entity/PaymentMethodConfiguration/PaymentMethodConfigurationDeleteFormTest.php, line 97

Class

PaymentMethodConfigurationDeleteFormTest
@coversDefaultClass \Drupal\payment\Entity\PaymentMethodConfiguration\PaymentMethodConfigurationDeleteForm

Namespace

Drupal\Tests\payment\Unit\Entity\PaymentMethodConfiguration

Code

function testGetQuestion() {
  $this
    ->assertInstanceOf(TranslatableMarkup::class, $this->sut
    ->getQuestion());
}