You are here

function PaymentDeleteFormTest::testGetQuestion in Payment 8.2

@covers ::getQuestion

File

tests/src/Unit/Entity/Payment/PaymentDeleteFormTest.php, line 105

Class

PaymentDeleteFormTest
@coversDefaultClass \Drupal\payment\Entity\Payment\PaymentDeleteForm

Namespace

Drupal\Tests\payment\Unit\Entity\Payment

Code

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