You are here

protected property CommentViewKernelTestBase::$userStorage in Zircon Profile 8

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

The entity storage for users.

Type: \Drupal\user\UserStorageInterface

File

core/modules/comment/src/Tests/Views/CommentViewKernelTestBase.php, line 45
Contains \Drupal\comment\Tests\Views\CommentViewKernelTestBase.

Class

CommentViewKernelTestBase
Provides a common test base for comment views tests.

Namespace

Drupal\comment\Tests\Views

Code

protected $userStorage;