protected property CommentTestBase::$account2 in Drupal 8
Same name in this branch
- 8 core/modules/comment/src/Tests/Views/CommentTestBase.php \Drupal\comment\Tests\Views\CommentTestBase::account2
- 8 core/modules/comment/tests/src/Functional/Views/CommentTestBase.php \Drupal\Tests\comment\Functional\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 43
Class
- CommentTestBase
- Provides setup and helper methods for comment views tests.
Namespace
Drupal\comment\Tests\ViewsCode
protected $account2;