You are here

protected property CommentTypeTest::$adminUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/CommentTypeTest.php \Drupal\Tests\comment\Functional\CommentTypeTest::adminUser
  2. 10 core/modules/comment/tests/src/Functional/CommentTypeTest.php \Drupal\Tests\comment\Functional\CommentTypeTest::adminUser

Admin user.

Type: \Drupal\Core\Session\AccountInterface

Overrides CommentTestBase::$adminUser

File

core/modules/comment/tests/src/Functional/CommentTypeTest.php, line 30

Class

CommentTypeTest
Ensures that comment type functions work correctly.

Namespace

Drupal\Tests\comment\Functional

Code

protected $adminUser;