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
simpletest_permission function modules/simpletest/simpletest.module Implements hook_permission().
simpletest_registry_files_alter function modules/simpletest/simpletest.module Implements hook_registry_files_alter().
simpletest_result_form function modules/simpletest/simpletest.pages.inc Test results form for $test_id.
simpletest_result_form_submit function modules/simpletest/simpletest.pages.inc Re-run the tests that match the filter.
simpletest_result_get function modules/simpletest/simpletest.pages.inc Get test results for $test_id.
simpletest_result_status_image function modules/simpletest/simpletest.pages.inc Get the appropriate image for the status.
simpletest_run_tests function modules/simpletest/simpletest.module Actually runs tests.
simpletest_settings_form function modules/simpletest/simpletest.pages.inc Provides settings form for SimpleTest variables.
simpletest_settings_form_validate function modules/simpletest/simpletest.pages.inc Validation handler for simpletest_settings_form().
simpletest_test_form function modules/simpletest/simpletest.pages.inc List tests arranged in groups that can be selected and run.
simpletest_test_form_submit function modules/simpletest/simpletest.pages.inc Run selected tests.
simpletest_test_get_all function modules/simpletest/simpletest.module Get a list of all of the tests provided by the system.
simpletest_theme function modules/simpletest/simpletest.module Implements hook_theme().
simpletest_verbose function modules/simpletest/drupal_web_test_case.php Logs verbose message in a text file.
StreamWrapperTest class modules/simpletest/tests/file.test Tests stream wrapper functions.
StreamWrapperTest::$classname property modules/simpletest/tests/file.test
StreamWrapperTest::$scheme property modules/simpletest/tests/file.test
StreamWrapperTest::getInfo function modules/simpletest/tests/file.test
StreamWrapperTest::setUp function modules/simpletest/tests/file.test Sets up a Drupal site for running functional and integration tests.
StreamWrapperTest::tearDown function modules/simpletest/tests/file.test Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
StreamWrapperTest::testGetClassName function modules/simpletest/tests/file.test Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme function modules/simpletest/tests/file.test Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetValidStreamScheme function modules/simpletest/tests/file.test Test the scheme functions.
StreamWrapperTest::testPharFile function modules/simpletest/tests/file.test Tests that only valid phar files can be used.
StreamWrapperTest::testPharStreamWrapperRegistration function modules/simpletest/tests/file.test Tests that phar stream wrapper is registered as expected.
StreamWrapperTest::testUriFunctions function modules/simpletest/tests/file.test Test the URI and target functions.
SystemTestFileTransfer class modules/simpletest/tests/system_test.module Mock FileTransfer object to test the settings form functionality.
SystemTestFileTransfer::factory function modules/simpletest/tests/system_test.module
SystemTestFileTransfer::getSettingsForm function modules/simpletest/tests/system_test.module
system_admin_test.info file modules/simpletest/tests/system_admin_test.info name = System Admin Test
description = 'Support module for testing system.admin.inc.'
package = Only For Testing
version = VERSION
core = 7.x
hidden = FALSE
configure = config/broken
system_admin_test.module file modules/simpletest/tests/system_admin_test.module Helper module for module for testing system.admin.inc.
system_dependencies_test.info file modules/simpletest/tests/system_dependencies_test.info name = "System dependency test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] = _missing_dependency
system_dependencies_test.module file modules/simpletest/tests/system_dependencies_test.module
system_incompatible_core_version_dependencies_test.module file modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module
system_incompatible_core_version_test.info file modules/simpletest/tests/system_incompatible_core_version_test.info name = "System incompatible core version test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 5.x
hidden = TRUE
system_incompatible_core_version_test.module file modules/simpletest/tests/system_incompatible_core_version_test.module
system_incompatible_module_version_dependencies_test.info file modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info name = "System incompatible module version dependencies test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
; system_incompatible_module_version_test…
system_incompatible_module_version_dependencies_test.module file modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module
system_incompatible_module_version_test.info file modules/simpletest/tests/system_incompatible_module_version_test.info name = "System incompatible module version test"
description = "Support module for testing system dependencies."
package = Testing
version = 1.0
core = 7.x
hidden = TRUE
system_incompatible_module_version_test.module file modules/simpletest/tests/system_incompatible_module_version_test.module
system_null_version_test.info file modules/simpletest/tests/system_null_version_test.info name = "System null version test"
description = "Support module for testing with a null version."
package = Only For Testing
core = 7.x
hidden = FALSE
system_project_namespace_test.info file modules/simpletest/tests/system_project_namespace_test.info name = "System project namespace test"
description = "Support module for testing project namespace dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] = drupal:filter
system_project_namespace_test.module file modules/simpletest/tests/system_project_namespace_test.module
system_requires_null_version_test.info file modules/simpletest/tests/system_requires_null_version_test.info name = "System requires null version test"
description = "Support module for testing system_modules()."
package = Only For Testing
core = 7.x
version = VERSION
hidden = FALSE
dependencies[] = system_null_version_test
system_requires_null_version_test.module file modules/simpletest/tests/system_requires_null_version_test.module
system_test.info file modules/simpletest/tests/system_test.info name = System test
description = Support module for system testing.
package = Testing
version = VERSION
core = 7.x
files[] = system_test.module
hidden = TRUE
system_test.install file modules/simpletest/tests/system_test.install Install, update and uninstall functions for the system_test module.
system_test.module file modules/simpletest/tests/system_test.module
system_test_authorize_init_page function modules/simpletest/tests/system_test.module Page callback to initialize authorize.php during testing.
system_test_basic_auth_page function modules/simpletest/tests/system_test.module

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