account = $this ->getMockBuilder('Drupal\user\Entity\User') ->disableOriginalConstructor() ->getMock(); $this->userRoleEntityType = $this->getMock('Drupal\Core\Entity\EntityTypeInterface'); } }