You are here

public function ContentModerationNotificationTest::testGetEmails in Content Moderation Notifications 8.3

@covers ::getEmails

File

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

Class

ContentModerationNotificationTest
Tests for the notification entity.

Namespace

Drupal\Tests\content_moderation_notifications\Unit\Entity

Code

public function testGetEmails() {
  $this
    ->assertEquals('foo@example.com', $this->notification
    ->getEmails());
}