You are here

protected property UITestBase::$adminUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views_ui/src/Tests/UITestBase.php \Drupal\views_ui\Tests\UITestBase::adminUser

An admin user with the 'administer views' permission.

Type: \Drupal\user\UserInterface

File

core/modules/views_ui/src/Tests/UITestBase.php, line 22
Contains \Drupal\views_ui\Tests\UITestBase.

Class

UITestBase
Provides a base class for testing the Views UI.

Namespace

Drupal\views_ui\Tests

Code

protected $adminUser;