You are here

protected property AccessTestBase::$normalUser 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::normalUser
  2. 10 core/modules/user/tests/src/Functional/Views/AccessTestBase.php \Drupal\Tests\user\Functional\Views\AccessTestBase::normalUser

Contains a user object that has the 'views_test_data test permission'.

Type: \Drupal\user\UserInterface

File

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

Class

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

Namespace

Drupal\Tests\user\Functional\Views

Code

protected $normalUser;