You are here

protected property CommentTestBase::$nodeUserPosted in Drupal 9

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

Stores a node posted by the user created as $account.

Type: \Drupal\node\NodeInterface

File

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

Class

CommentTestBase
Provides setup and helper methods for comment views tests.

Namespace

Drupal\Tests\comment\Functional\Views

Code

protected $nodeUserPosted;