You are here

protected property CommentTestBase::$account2 in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Tests/Views/CommentTestBase.php \Drupal\comment\Tests\Views\CommentTestBase::account2

A second normal user that will author a node for $account to comment on.

Type: \Drupal\user\UserInterface

File

core/modules/comment/src/Tests/Views/CommentTestBase.php, line 40
Contains \Drupal\comment\Tests\Views\CommentTestBase.

Class

CommentTestBase
Tests the argument_comment_user_uid handler.

Namespace

Drupal\comment\Tests\Views

Code

protected $account2;