You are here

function PaymentCaptureFormTest::testGetQuestion in Payment 8.2

@covers ::getQuestion

File

tests/src/Unit/Entity/Payment/PaymentCaptureFormTest.php, line 95

Class

PaymentCaptureFormTest
@coversDefaultClass \Drupal\payment\Entity\Payment\PaymentCaptureForm

Namespace

Drupal\Tests\payment\Unit\Entity\Payment

Code

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