You are here

protected property CommentNotifyUserPreferencesTest::$permissions in Comment Notify 8

Permissions required by the module.

Type: array

File

tests/src/Functional/CommentNotifyUserPreferencesTest.php, line 26

Class

CommentNotifyUserPreferencesTest
Tests the Comment Notify users preferences.

Namespace

Drupal\Tests\comment_notify\Functional

Code

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