You are here

protected property SessionTestTrait::$sessionName in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/SessionTestTrait.php \Drupal\Tests\SessionTestTrait::sessionName
  2. 10 core/tests/Drupal/Tests/SessionTestTrait.php \Drupal\Tests\SessionTestTrait::sessionName

The name of the session cookie.

Type: string

File

core/tests/Drupal/Tests/SessionTestTrait.php, line 17

Class

SessionTestTrait
Provides methods to generate and get session name in tests.

Namespace

Drupal\Tests

Code

protected $sessionName;