You are here

function PaymentStatusDeleteFormTest::testGetQuestion in Payment 8.2

@covers ::getQuestion

File

tests/src/Unit/Entity/PaymentStatus/PaymentStatusDeleteFormTest.php, line 95

Class

PaymentStatusDeleteFormTest
@coversDefaultClass \Drupal\payment\Entity\PaymentStatus\PaymentStatusDeleteForm

Namespace

Drupal\Tests\payment\Unit\Entity\PaymentStatus

Code

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