You are here

protected property CommentNotifyNotificationsTest::$permissions in Comment Notify 8

The permissions required by the tests.

Type: array

File

tests/src/Functional/CommentNotifyNotificationsTest.php, line 39

Class

CommentNotifyNotificationsTest
Tests that all the notifications are sent as expected.

Namespace

Drupal\Tests\comment_notify\Functional

Code

protected $permissions = [
  'access comments',
  'access content',
  'edit own comments',
  'post comments',
  'skip comment approval',
  'subscribe to comments',
];