You are here

protected function CommentNotifyUserPreferencesTest::setUp in Comment Notify 8

Test that the config page is working.

Overrides CommentNotifyTestBase::setUp

File

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

Class

CommentNotifyUserPreferencesTest
Tests the Comment Notify users preferences.

Namespace

Drupal\Tests\comment_notify\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->authenticatedUser = $this
    ->drupalCreateUser($this->permissions);
}