You are here

public function PaymentMethodBaseTest::testGetMessageTextFormat in Payment 8.2

@covers ::getMessageTextFormat

File

tests/src/Unit/Plugin/Payment/Method/PaymentMethodBaseTest.php, line 155

Class

PaymentMethodBaseTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Method\PaymentMethodBase

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Method

Code

public function testGetMessageTextFormat() {
  $this
    ->assertSame($this->pluginDefinition['message_text_format'], $this->sut
    ->getMessageTextFormat());
}