protected property CommentTestBase::$webUser in Drupal 8
Same name in this branch
- 8 core/modules/comment/src/Tests/CommentTestBase.php \Drupal\comment\Tests\CommentTestBase::webUser
- 8 core/modules/comment/tests/src/Functional/CommentTestBase.php \Drupal\Tests\comment\Functional\CommentTestBase::webUser
A normal user with permission to post comments.
Type: \Drupal\user\UserInterface
File
- core/
modules/ comment/ src/ Tests/ CommentTestBase.php, line 54
Class
- CommentTestBase
- Provides setup and helper methods for comment tests.
Namespace
Drupal\comment\TestsCode
protected $webUser;