You are here

protected property UserAccessControlHandlerTest::$accessControlHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php \Drupal\Tests\user\Unit\UserAccessControlHandlerTest::accessControlHandler

The user access controller to test.

Type: \Drupal\user\UserAccessControlHandler

File

core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php, line 26

Class

UserAccessControlHandlerTest
Tests the user access controller.

Namespace

Drupal\Tests\user\Unit

Code

protected $accessControlHandler;