Search for test

  1. Search 9.5.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Other projects
Title Object type File name Summary
SessionUnitTestCase::testCookieDomain function modules/simpletest/tests/session.test
SessionUnitTestCase::testSessionInitialization function modules/simpletest/tests/session.test Unit test drupal_settings_initialize().
session_test.info file modules/simpletest/tests/session_test.info name = "Session test"
description = "Support module for session data testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
session_test.module file modules/simpletest/tests/session_test.module
session_test_boot function modules/simpletest/tests/session_test.module Implements hook_boot().
session_test_drupal_goto_alter function modules/simpletest/tests/session_test.module Implements hook_drupal_goto_alter().
session_test_form_user_login_alter function modules/simpletest/tests/session_test.module Implements hook_form_FORM_ID_alter().
session_test_menu function modules/simpletest/tests/session_test.module Implements hook_menu().
session_test_user_login function modules/simpletest/tests/session_test.module Implements hook_user().
shortcut.test file modules/shortcut/shortcut.test Tests for shortcut.module.
ShortcutLinksTestCase class modules/shortcut/shortcut.test Defines shortcut links test cases.
ShortcutLinksTestCase::getInfo function modules/shortcut/shortcut.test
ShortcutLinksTestCase::testNoShortcutLink function modules/shortcut/shortcut.test Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTestCase::testShortcutLinkAdd function modules/shortcut/shortcut.test Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkChangePath function modules/shortcut/shortcut.test Tests that changing the path of a shortcut link works.
ShortcutLinksTestCase::testShortcutLinkDelete function modules/shortcut/shortcut.test Tests deleting a shortcut link.
ShortcutLinksTestCase::testShortcutLinkRename function modules/shortcut/shortcut.test Tests that shortcut links can be renamed.
ShortcutLinksTestCase::testShortcutQuickLink function modules/shortcut/shortcut.test Tests that the "add to shortcut" link changes to "remove shortcut".
ShortcutSetsTestCase class modules/shortcut/shortcut.test Defines shortcut set test cases.
ShortcutSetsTestCase::getInfo function modules/shortcut/shortcut.test
ShortcutSetsTestCase::testShortcutSetAdd function modules/shortcut/shortcut.test Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetAssign function modules/shortcut/shortcut.test Tests switching another user's shortcut set.
ShortcutSetsTestCase::testShortcutSetDelete function modules/shortcut/shortcut.test Tests deleting a shortcut set.
ShortcutSetsTestCase::testShortcutSetDeleteDefault function modules/shortcut/shortcut.test Tests deleting the default shortcut set.
ShortcutSetsTestCase::testShortcutSetRename function modules/shortcut/shortcut.test Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists function modules/shortcut/shortcut.test Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSave function modules/shortcut/shortcut.test Tests that shortcut_set_save() correctly updates existing links.
ShortcutSetsTestCase::testShortcutSetSwitchCreate function modules/shortcut/shortcut.test Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName function modules/shortcut/shortcut.test Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn function modules/shortcut/shortcut.test Tests switching a user's own shortcut set.
ShortcutSetsTestCase::testShortcutSetUnassign function modules/shortcut/shortcut.test Tests unassigning a shortcut set.
ShortcutTestCase class modules/shortcut/shortcut.test Defines base class for shortcut test cases.
ShortcutTestCase::$admin_user property modules/shortcut/shortcut.test User with permission to administer shortcuts.
ShortcutTestCase::$node property modules/shortcut/shortcut.test Generic node used for testing.
ShortcutTestCase::$set property modules/shortcut/shortcut.test Site-wide default shortcut set.
ShortcutTestCase::$shortcut_user property modules/shortcut/shortcut.test User with permission to use shortcuts, but not administer them.
ShortcutTestCase::generateShortcutLink function modules/shortcut/shortcut.test Creates a generic shortcut link.
ShortcutTestCase::generateShortcutSet function modules/shortcut/shortcut.test Creates a generic shortcut set.
ShortcutTestCase::getShortcutInformation function modules/shortcut/shortcut.test Extracts information from shortcut set links.
ShortcutTestCase::setUp function modules/shortcut/shortcut.test Sets up a Drupal site for running functional and integration tests.
ShutdownFunctionsTest class modules/system/system.test Functional tests shutdown functions.
ShutdownFunctionsTest::getInfo function modules/system/system.test
ShutdownFunctionsTest::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
ShutdownFunctionsTest::testShutdownFunctions function modules/system/system.test Test shutdown functions.
simpletest.api.php file modules/simpletest/simpletest.api.php Hooks provided by the SimpleTest module.
simpletest.css file modules/simpletest/simpletest.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest_test {
width: 16em;
}

.simpletest-image {
display: inline-block;
cursor: pointer;
width: 1em;
}
.simpletest-group-label label {
display: inline;
simpletest.info file modules/simpletest/simpletest.info name = Testing
description = Provides a framework for unit and functional testing.
package = Core
version = VERSION
core = 7.x
files[] = simpletest.test
files[] = drupal_web_test_case.php
configure = admin/config/development/testing/settings

; Tests…
simpletest.install file modules/simpletest/simpletest.install Install, update and uninstall functions for the simpletest module.
simpletest.module file modules/simpletest/simpletest.module Provides testing functionality.
simpletest.pages.inc file modules/simpletest/simpletest.pages.inc Page callbacks for simpletest module.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.