You are here

protected property HelpTopicTest::$anyUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help_topics/tests/src/Functional/HelpTopicTest.php \Drupal\Tests\help_topics\Functional\HelpTopicTest::anyUser

The anonymous user that will be created.

Type: \Drupal\user\UserInterface

File

core/modules/help_topics/tests/src/Functional/HelpTopicTest.php, line 52

Class

HelpTopicTest
Verifies help topic display and user access to help based on permissions.

Namespace

Drupal\Tests\help_topics\Functional

Code

protected $anyUser;