You are here

public function ContentModerationNotificationTest::getMessageFormat in Content Moderation Notifications 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Unit/Entity/ContentModerationNotificationTest.php \Drupal\Tests\content_moderation_notifications\Unit\Entity\ContentModerationNotificationTest::getMessageFormat()

@covers ::getMessageFormat

File

tests/src/Unit/Entity/ContentModerationNotificationTest.php, line 115

Class

ContentModerationNotificationTest
Tests for the notification entity.

Namespace

Drupal\Tests\content_moderation_notifications\Unit\Entity

Code

public function getMessageFormat() {
  $this
    ->assertEquals(static::$data['body']['format'], $this->notification
    ->getMessageFormat());
}