You are here

protected property RoleUserTestBase::$account 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::account

The mocked account.

Type: \Drupal\user\UserInterface|\PHPUnit\Framework\MockObject\MockObject

File

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

Class

RoleUserTestBase
Provides a base class for user role action tests.

Namespace

Drupal\Tests\user\Unit\Plugin\Action

Code

protected $account;