You are here

protected property CommentTestBase::$webUser in Zircon Profile 8

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

A normal user with permission to post comments.

Type: \Drupal\user\UserInterface

File

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

Class

CommentTestBase
Provides setup and helper methods for comment tests.

Namespace

Drupal\comment\Tests

Code

protected $webUser;