You are here

public function ContentModerationNotificationTest::testSendToAuthor in Content Moderation Notifications 8.3

@covers ::sendToAuthor

File

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

Class

ContentModerationNotificationTest
Tests for the notification entity.

Namespace

Drupal\Tests\content_moderation_notifications\Unit\Entity

Code

public function testSendToAuthor() {
  $this
    ->assertEquals(TRUE, $this->notification
    ->sendToAuthor());
}