| WriteSafeSessionHandlerTest.php |
file |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
|
| WriteSafeSessionHandlerTest::$sessionHandler |
property |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
The write safe session handler. |
| WriteSafeSessionHandlerTest::$wrappedSessionHandler |
property |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
The wrapped session handler. |
| WriteSafeSessionHandlerTest::providerTestOtherMethods |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Provides test data for the other methods test. |
| WriteSafeSessionHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
|
| WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDefaultArgs |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests creating a WriteSafeSessionHandler with default arguments. |
| WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDisableWriting |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests creating a WriteSafeSessionHandler with session writing disabled. |
| WriteSafeSessionHandlerTest::testOtherMethods |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests that other invocations are passed unmodified to the wrapped handler. |
| WriteSafeSessionHandlerTest::testSetSessionWritable |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests using setSessionWritable to enable/disable session writing. |
| _user_cancel_session_regenerate |
function |
core/modules/user/user.module |
Implements callback_batch_finished(). |