You are here

protected property RoleUserTestBase::$userRoleEntityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php \Drupal\Tests\user\Unit\Plugin\Action\RoleUserTestBase::userRoleEntityType

The user role entity type.

Type: \Drupal\Core\Entity\EntityTypeInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php, line 24

Class

RoleUserTestBase
Provides a base class for user role action tests.

Namespace

Drupal\Tests\user\Unit\Plugin\Action

Code

protected $userRoleEntityType;