You are here

protected property CommentViewKernelTestBase::$commentStorage 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::commentStorage

The entity storage for comments.

Type: \Drupal\comment\CommentStorageInterface

File

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

Class

CommentViewKernelTestBase
Provides a common test base for comment views tests.

Namespace

Drupal\comment\Tests\Views

Code

protected $commentStorage;