You are here

protected property BrowserTestBase::$loggedInUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/BrowserTestBase.php \Drupal\simpletest\BrowserTestBase::loggedInUser

The current user logged in using the Mink controlled browser.

Type: \Drupal\user\UserInterface

File

core/modules/simpletest/src/BrowserTestBase.php, line 162
Contains \Drupal\simpletest\BrowserTestBase.

Class

BrowserTestBase
Provides a test case for functional Drupal tests.

Namespace

Drupal\simpletest

Code

protected $loggedInUser = FALSE;