protected function RemoveRoleUserTest::setUp

File

drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php, line 38
Contains \Drupal\user\Tests\Plugin\Action\RemoveRoleUserTest.

Class

RemoveRoleUserTest
Tests the role remove plugin.

Namespace

Drupal\user\Tests\Plugin\Action

Code

protected function setUp() {
  parent::setUp();
  $this->account = $this
    ->getMockBuilder('Drupal\\user\\Plugin\\Core\\Entity\\User')
    ->disableOriginalConstructor()
    ->getMock();
}