Search for test
Title | Object type | File name | Summary |
---|---|---|---|
SessionTestCase | class | modules/ |
@file Provides SimpleTests for core session handling functionality. |
SessionTestCase::$_logged_in | property | modules/ |
|
SessionTestCase::assertSessionCookie | function | modules/ |
Assert whether the SimpleTest browser sent a session cookie. |
SessionTestCase::assertSessionEmpty | function | modules/ |
Assert whether $_SESSION is empty at the beginning of the request. |
SessionTestCase::getInfo | function | modules/ |
|
SessionTestCase::httpsUrl | function | modules/ |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
SessionTestCase::sessionReset | function | modules/ |
Reset the cookie file so that it refers to the specified user. |
SessionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SessionTestCase::testDataPersistence | function | modules/ |
Test data persistence via the session_test module callbacks. |
SessionTestCase::testEmptyAnonymousSession | function | modules/ |
Test that empty anonymous sessions are destroyed. |
SessionTestCase::testEmptySessionID | function | modules/ |
Test that empty session IDs are not allowed. |
SessionTestCase::testHashedSessionIds | function | modules/ |
Test hashing of session ids in the database. |
SessionTestCase::testHashedSessionIdsOptOut | function | modules/ |
Test opt-out of hashing of session ids in the database. |
SessionTestCase::testNoSameSiteCookieAttributeDefault | function | modules/ |
Test absence of SameSite attribute on session cookies by default. |
SessionTestCase::testSameSiteCookieAttributeDisabledViaConf | function | modules/ |
Test disabling the samesite attribute on session cookies via $conf |
SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni | function | modules/ |
Test disabling the samesite attribute on session cookies via php ini |
SessionTestCase::testSameSiteCookieAttributeLax | function | modules/ |
Test SameSite attribute = Lax on session cookies. |
SessionTestCase::testSameSiteCookieAttributeNone | function | modules/ |
Test SameSite attribute = None on session cookies. |
SessionTestCase::testSameSiteCookieAttributeNoneSecure | function | modules/ |
Test SameSite attribute = None by default on Secure session cookies. |
SessionTestCase::testSameSiteCookieAttributeStrict | function | modules/ |
Test SameSite attribute = Strict on session cookies. |
SessionTestCase::testSamesiteCookieLogoutLax | function | modules/ |
Test SameSite attribute = Lax on set-cookie header on logout. |
SessionTestCase::testSamesiteCookieOverrideLaxToStrict | function | modules/ |
Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable. |
SessionTestCase::testSamesiteCookiePhpSettingLax | function | modules/ |
Test that a PHP setting for session.cookie_samesite is not overridden by the default value in Drupal, without a samesite_cookie_value variable. |
SessionTestCase::testSessionSaveRegenerate | function | modules/ |
Tests for drupal_save_session() and drupal_session_regenerate(). |
SessionTestCase::testSessionWrite | function | modules/ |
Test that sessions are only saved when necessary. |
SessionUnitTestCase | class | modules/ |
Unit tests for session handling. |
SessionUnitTestCase::getInfo | function | modules/ |
|
SessionUnitTestCase::testCookieDomain | function | modules/ |
|
SessionUnitTestCase::testSessionInitialization | function | modules/ |
Unit test drupal_settings_initialize(). |
session_test.info | file | modules/ |
name = "Session test" description = "Support module for session data testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
session_test.module | file | modules/ |
|
session_test_boot | function | modules/ |
Implements hook_boot(). |
session_test_drupal_goto_alter | function | modules/ |
Implements hook_drupal_goto_alter(). |
session_test_form_user_login_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
session_test_menu | function | modules/ |
Implements hook_menu(). |
session_test_user_login | function | modules/ |
Implements hook_user(). |
shortcut.test | file | modules/ |
Tests for shortcut.module. |
ShortcutLinksTestCase | class | modules/ |
Defines shortcut links test cases. |
ShortcutLinksTestCase::getInfo | function | modules/ |
|
ShortcutLinksTestCase::testNoShortcutLink | function | modules/ |
Tests that the add shortcut link is not displayed for 404/403 errors. |
ShortcutLinksTestCase::testShortcutLinkAdd | function | modules/ |
Tests that creating a shortcut works properly. |
ShortcutLinksTestCase::testShortcutLinkChangePath | function | modules/ |
Tests that changing the path of a shortcut link works. |
ShortcutLinksTestCase::testShortcutLinkDelete | function | modules/ |
Tests deleting a shortcut link. |
ShortcutLinksTestCase::testShortcutLinkRename | function | modules/ |
Tests that shortcut links can be renamed. |
ShortcutLinksTestCase::testShortcutQuickLink | function | modules/ |
Tests that the "add to shortcut" link changes to "remove shortcut". |
ShortcutSetsTestCase | class | modules/ |
Defines shortcut set test cases. |
ShortcutSetsTestCase::getInfo | function | modules/ |
|
ShortcutSetsTestCase::testShortcutSetAdd | function | modules/ |
Tests creating a shortcut set. |
ShortcutSetsTestCase::testShortcutSetAssign | function | modules/ |
Tests switching another user's shortcut set. |
ShortcutSetsTestCase::testShortcutSetDelete | function | modules/ |
Tests deleting a shortcut set. |
Pagination
- Previous page
- Page 74
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.