Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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(). |
seven_admin_block_content | function | themes/ |
Overrides theme_admin_block_content(). |
ShortcutTestCase::getShortcutInformation | function | modules/ |
Extracts information from shortcut set links. |
shortcut_permission | function | modules/ |
Implements hook_permission(). |
ShutdownFunctionsTest | class | modules/ |
Functional tests shutdown functions. |
ShutdownFunctionsTest::getInfo | function | modules/ |
|
ShutdownFunctionsTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ShutdownFunctionsTest::testShutdownFunctions | function | modules/ |
Test shutdown functions. |
SimpleTestDiscoveryTestCase::testDiscoveryFunctions | function | modules/ |
Test discovery of PSR-0 test classes. |
SimpleTestFunctionalTest | class | modules/ |
@file Tests for simpletest.module. |
SimpleTestFunctionalTest::$childTestResults | property | modules/ |
The results array that has been parsed by getTestResults(). |
SimpleTestFunctionalTest::$fail | property | modules/ |
The fail message. |
SimpleTestFunctionalTest::$invalid_permission | property | modules/ |
The invalid permission. |
SimpleTestFunctionalTest::$pass | property | modules/ |
The pass message. |
SimpleTestFunctionalTest::$test_ids | property | modules/ |
Store the test ID from each test run for comparison, to ensure they are incrementing. |
SimpleTestFunctionalTest::$valid_permission | property | modules/ |
The valid permission. |
SimpleTestFunctionalTest::assertAssertion | function | modules/ |
Assert that an assertion with the specified values is displayed in the test results. |
SimpleTestFunctionalTest::assertNothing | function | modules/ |
Assert nothing. |
SimpleTestFunctionalTest::asText | function | modules/ |
Extract the text contained by the element. |
SimpleTestFunctionalTest::confirmStubTestResults | function | modules/ |
Confirm that the stub test produced the desired results. |
SimpleTestFunctionalTest::getInfo | function | modules/ |
|
SimpleTestFunctionalTest::getResultFieldSet | function | modules/ |
Get the fieldset containing the results for group this test is in. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.