You are here

protected property AccessTestBase::$normalRole in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/Views/AccessTestBase.php \Drupal\Tests\user\Functional\Views\AccessTestBase::normalRole
  2. 10 core/modules/user/tests/src/Functional/Views/AccessTestBase.php \Drupal\Tests\user\Functional\Views\AccessTestBase::normalRole

Contains a role ID that is used by the normalUser.

Type: string

File

core/modules/user/tests/src/Functional/Views/AccessTestBase.php, line 43

Class

AccessTestBase
A common test base class for the user access plugin tests.

Namespace

Drupal\Tests\user\Functional\Views

Code

protected $normalRole;