function RoleUserTestBase::setUp
Overrides UnitTestCase::setUp
File
- 
              core/modules/ user/ tests/ src/ Unit/ Plugin/ Action/ RoleUserTestBase.php, line 31 
Class
- RoleUserTestBase
- Provides a base class for user role action tests.
Namespace
Drupal\Tests\user\Unit\Plugin\ActionCode
protected function setUp() : void {
  parent::setUp();
  $this->account = $this->getMockBuilder('Drupal\\user\\Entity\\User')
    ->disableOriginalConstructor()
    ->getMock();
  $this->userRoleEntityType = $this->createMock('Drupal\\Core\\Entity\\EntityTypeInterface');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
