You are here

protected property CommentTestBase::$adminUser in Drupal 8

Same name in this branch
  1. 8 core/modules/comment/src/Tests/CommentTestBase.php \Drupal\comment\Tests\CommentTestBase::adminUser
  2. 8 core/modules/comment/tests/src/Functional/CommentTestBase.php \Drupal\Tests\comment\Functional\CommentTestBase::adminUser

An administrative user with permission to configure comment settings.

Type: \Drupal\user\UserInterface

File

core/modules/comment/src/Tests/CommentTestBase.php, line 47

Class

CommentTestBase
Provides setup and helper methods for comment tests.

Namespace

Drupal\comment\Tests

Code

protected $adminUser;