You are here

protected property CommentTestBase::$account in Drupal 8

Same name in this branch
  1. 8 core/modules/comment/src/Tests/Views/CommentTestBase.php \Drupal\comment\Tests\Views\CommentTestBase::account
  2. 8 core/modules/comment/tests/src/Functional/Views/CommentTestBase.php \Drupal\Tests\comment\Functional\Views\CommentTestBase::account
Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/Views/CommentTestBase.php \Drupal\Tests\comment\Functional\Views\CommentTestBase::account

A normal user with permission to post comments (without approval).

Type: \Drupal\user\UserInterface

File

core/modules/comment/tests/src/Functional/Views/CommentTestBase.php, line 29

Class

CommentTestBase
Provides setup and helper methods for comment views tests.

Namespace

Drupal\Tests\comment\Functional\Views

Code

protected $account;