You are here

protected property SessionAuthenticationTest::$user in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php \Drupal\Tests\system\Functional\Session\SessionAuthenticationTest::user

A test user.

Type: \Drupal\user\Entity\User

File

core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php, line 23

Class

SessionAuthenticationTest
Tests if sessions are correctly handled when a user authenticates.

Namespace

Drupal\Tests\system\Functional\Session

Code

protected $user;