You are here

trait SessionTestTrait in SimpleTest 8.3

Provides methods to generate and get session name in tests.

Hierarchy

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\simpletest
View source
trait SessionTestTrait {
  use BaseSessionTestTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
SessionTestTrait::$sessionName protected property The name of the session cookie.
SessionTestTrait::generateSessionName protected function Generates a session cookie name.
SessionTestTrait::getSessionName protected function Returns the session name in use on the child site.