You are here

protected property ElementsVerticalTabsTest::$adminUser in Drupal 10

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

A user with permission to access vertical_tab_test_tabs.

Type: \Drupal\user\UserInterface

File

core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php, line 33

Class

ElementsVerticalTabsTest
Tests the vertical_tabs form element for expected behavior.

Namespace

Drupal\Tests\system\Functional\Form

Code

protected $adminUser;