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
test_subtheme.info file modules/simpletest/tests/themes/test_subtheme/test_subtheme.info name = Theme test subtheme
description = Test theme which uses test_basetheme as the base theme.
core = 7.x
base theme = test_basetheme
hidden = TRUE

settings[subtheme_override] = subtheme value
test_theme.info file modules/simpletest/tests/themes/test_theme/test_theme.info name = Test theme
description = Theme for testing the theme system
core = 7.x
hidden = TRUE

; Normally, themes may list CSS files like this, and if they exist in the theme
; folder, then they get added to the page. If they have the same file name as…
test_theme_form_system_theme_settings_alter function modules/simpletest/tests/themes/test_theme/theme-settings.php Implements hook_form_FORM_ID_alter().
test_theme_form_system_theme_settings_submit function modules/simpletest/tests/themes/test_theme/theme-settings.php Form submission handler for the test theme settings form.
test_theme_nyan_cat.info file modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info name = Nyan cat engine based test theme
description = Theme for testing the module-provided theme engines.
core = 7.x
hidden = TRUE
engine = nyan_cat
test_theme_theme_test_alter_alter function modules/simpletest/tests/themes/test_theme/template.php Tests a theme implementing an alter hook.
test_theme_theme_test__suggestion function modules/simpletest/tests/themes/test_theme/template.php Tests a theme overriding a suggestion of a base theme hook.
text.test file modules/field/modules/text/text.test Tests for text.module.
TextFieldTestCase class modules/field/modules/text/text.test @file
Tests for text.module.
TextFieldTestCase::$admin_user property modules/field/modules/text/text.test
TextFieldTestCase::$field property modules/field/modules/text/text.test
TextFieldTestCase::$field_name property modules/field/modules/text/text.test
TextFieldTestCase::$instance property modules/field/modules/text/text.test
TextFieldTestCase::$web_user property modules/field/modules/text/text.test
TextFieldTestCase::getInfo function modules/field/modules/text/text.test
TextFieldTestCase::setUp function modules/field/modules/text/text.test Sets up a Drupal site for running functional and integration tests.
TextFieldTestCase::testTextFieldValidation function modules/field/modules/text/text.test Test text field validation.
TextFieldTestCase::testTextfieldWidgets function modules/field/modules/text/text.test Test widgets.
TextFieldTestCase::testTextfieldWidgetsFormatted function modules/field/modules/text/text.test Test widgets + 'formatted_text' setting.
TextFieldTestCase::_testTextfieldWidgets function modules/field/modules/text/text.test Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted function modules/field/modules/text/text.test Helper function for testTextfieldWidgetsFormatted().
TextSummaryTestCase class modules/field/modules/text/text.test
TextSummaryTestCase::$article_creator property modules/field/modules/text/text.test
TextSummaryTestCase::callTextSummary function modules/field/modules/text/text.test Calls text_summary() and asserts that the expected teaser is returned.
TextSummaryTestCase::getInfo function modules/field/modules/text/text.test
TextSummaryTestCase::setUp function modules/field/modules/text/text.test Sets up a Drupal site for running functional and integration tests.
TextSummaryTestCase::testFirstSentenceQuestion function modules/field/modules/text/text.test Tests an edge case where the first sentence is a question and
subsequent sentences are not. This edge case is documented at
http://drupal.org/node/180425.
TextSummaryTestCase::testLength function modules/field/modules/text/text.test Test various summary length edge cases.
TextSummaryTestCase::testLongSentence function modules/field/modules/text/text.test Test summary with long example.
TextSummaryTestCase::testNullSentence function modules/field/modules/text/text.test Test for the NULL value.
TextSummaryTestCase::testOnlyTextSummary function modules/field/modules/text/text.test Test sending only summary.
TextTranslationTestCase class modules/field/modules/text/text.test
TextTranslationTestCase::$admin property modules/field/modules/text/text.test
TextTranslationTestCase::$format property modules/field/modules/text/text.test
TextTranslationTestCase::$translator property modules/field/modules/text/text.test
TextTranslationTestCase::getInfo function modules/field/modules/text/text.test
TextTranslationTestCase::setUp function modules/field/modules/text/text.test Sets up a Drupal site for running functional and integration tests.
TextTranslationTestCase::testTextField function modules/field/modules/text/text.test Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted function modules/field/modules/text/text.test Check that user that does not have access the field format cannot see the
source value when creating a translation.
theme.test file modules/simpletest/tests/theme.test Tests for the theme API.
ThemeDebugMarkupTestCase class modules/simpletest/tests/theme.test Tests for theme debug markup.
ThemeDebugMarkupTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeDebugMarkupTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeDebugMarkupTestCase::testDebugOutput function modules/simpletest/tests/theme.test Tests debug markup added to template output.
ThemeFastTestCase class modules/simpletest/tests/theme.test Tests autocompletion not loading registry.
ThemeFastTestCase::$account property modules/simpletest/tests/theme.test
ThemeFastTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeFastTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeFastTestCase::testUserAutocomplete function modules/simpletest/tests/theme.test Tests access to user autocompletion and verify the correct results.
ThemeHookInitTestCase class modules/simpletest/tests/theme.test Functional test for initialization of the theme system in hook_init().

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