You are here

protected property EntityRevisionsTest::$webUser in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php \Drupal\Tests\system\Functional\Entity\EntityRevisionsTest::webUser
  2. 9 core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php \Drupal\Tests\system\Functional\Entity\EntityRevisionsTest::webUser

A user with permission to administer entity_test content.

Type: \Drupal\user\UserInterface

File

core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php, line 37

Class

EntityRevisionsTest
Create a entity with revisions and test viewing, saving, reverting, and deleting revisions.

Namespace

Drupal\Tests\system\Functional\Entity

Code

protected $webUser;