You are here

protected property WebTestBase::$loggedInUser in SimpleTest 8.3

The current user logged in using the internal browser.

Type: \Drupal\Core\Session\AccountInterface|bool

File

src/WebTestBase.php, line 131

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $loggedInUser = FALSE;