You are here

public function ContentModerationNotificationTest::testGetWorkflowId 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::testGetWorkflowId()

@covers ::getWorkflowId

File

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

Class

ContentModerationNotificationTest
Tests for the notification entity.

Namespace

Drupal\Tests\content_moderation_notifications\Unit\Entity

Code

public function testGetWorkflowId() {
  $this
    ->assertEquals('foo_bar', $this->notification
    ->getWorkflowId());
}