You are here

protected property FieldPermissionsTestBase::$webUserRole in Field Permissions 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/FieldPermissionsTestBase.php \Drupal\Tests\field_permissions\Functional\FieldPermissionsTestBase::webUserRole

The role for the anonymous user.

Type: \Drupal\user\RoleInterface

File

tests/src/Functional/FieldPermissionsTestBase.php, line 53

Class

FieldPermissionsTestBase
A base class for field permissions web tests to extend.

Namespace

Drupal\Tests\field_permissions\Functional

Code

protected $webUserRole;