trait SessionTestTrait in SimpleTest 8.3
Provides methods to generate and get session name in tests.
Hierarchy
- trait \Drupal\simpletest\SessionTestTrait uses SessionTestTrait
Deprecated
in Drupal 8.1.1 will be removed before 9.0.0. Use \Drupal\Tests\SessionTestTrait instead.
See also
\Drupal\Tests
File
- src/SessionTestTrait.php, line 17 
Namespace
Drupal\simpletestView source
trait SessionTestTrait {
  use BaseSessionTestTrait;
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| SessionTestTrait:: | protected | property | The name of the session cookie. | |
| SessionTestTrait:: | protected | function | Generates a session cookie name. | |
| SessionTestTrait:: | protected | function | Returns the session name in use on the child site. | 
