You are here

protected property ThemeTest::$adminUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/System/ThemeTest.php \Drupal\Tests\system\Functional\System\ThemeTest::adminUser

A user with administrative permissions.

Type: \Drupal\user\UserInterface

File

core/modules/system/tests/src/Functional/System/ThemeTest.php, line 27

Class

ThemeTest
Tests the theme interface functionality by enabling and switching themes, and using an administration theme.

Namespace

Drupal\Tests\system\Functional\System

Code

protected $adminUser;