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
ThemeHookInitTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeHookInitTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeHookInitTestCase::testThemeInitializationHookInit function modules/simpletest/tests/theme.test Test that the theme system can generate output when called by hook_init().
ThemeItemListUnitTest class modules/simpletest/tests/theme.test Unit tests for theme_item_list().
ThemeItemListUnitTest::getInfo function modules/simpletest/tests/theme.test
ThemeItemListUnitTest::testItemList function modules/simpletest/tests/theme.test Test item list rendering.
ThemeLinksTest class modules/simpletest/tests/theme.test Unit tests for theme_links().
ThemeLinksTest::getInfo function modules/simpletest/tests/theme.test
ThemeLinksTest::testDrupalPreRenderLinks function modules/simpletest/tests/theme.test Test the use of drupal_pre_render_links() on a nested array of links.
ThemeRegistryTestCase class modules/simpletest/tests/theme.test Tests for the ThemeRegistry class.
ThemeRegistryTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeRegistryTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeRegistryTestCase::testRaceCondition function modules/simpletest/tests/theme.test Tests the behavior of the theme registry class.
ThemeTableTestCase class modules/simpletest/tests/theme.test Unit tests for theme_table().
ThemeTableTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeTableTestCase::testThemeTableFooter function modules/simpletest/tests/theme.test Test that the 'footer' option works correctly.
ThemeTableTestCase::testThemeTableNoStickyHeaders function modules/simpletest/tests/theme.test If $sticky is FALSE, no tableheader.js should be included.
ThemeTableTestCase::testThemeTableStickyHeaders function modules/simpletest/tests/theme.test Tableheader.js provides 'sticky' table headers, and is included by default.
ThemeTableTestCase::testThemeTableWithEmptyMessage function modules/simpletest/tests/theme.test Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
ThemeTableTestCase::testThemeTableWithNoStriping function modules/simpletest/tests/theme.test Tests that the 'no_striping' option works correctly.
ThemeTestCase class modules/simpletest/tests/theme.test Unit tests for the Theme API.
ThemeTestCase::$profile property modules/simpletest/tests/theme.test The profile to install as a basis for testing.
ThemeTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeTestCase::testAlter function modules/simpletest/tests/theme.test Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testCSSOverride function modules/simpletest/tests/theme.test Ensures a theme's .info file is able to override a module CSS file from being added to the page.
ThemeTestCase::testDrupalAddRegionContent function modules/simpletest/tests/theme.test Test the drupal_add_region_content() function.
ThemeTestCase::testFrontPageThemeSuggestion function modules/simpletest/tests/theme.test Ensure page-front template suggestion is added when on front page.
ThemeTestCase::testListThemes function modules/simpletest/tests/theme.test Test the list_themes() function.
ThemeTestCase::testPreprocessForSuggestions function modules/simpletest/tests/theme.test Ensures preprocess functions run even for suggestion implementations.
ThemeTestCase::testRegistryRebuild function modules/simpletest/tests/theme.test Ensures the theme registry is rebuilt when modules are disabled/enabled.
ThemeTestCase::testThemeGetSetting function modules/simpletest/tests/theme.test Test the theme_get_setting() function.
ThemeTestCase::testThemeSuggestions function modules/simpletest/tests/theme.test Test function theme_get_suggestions() for SA-CORE-2009-003.
theme_common_test_foo function modules/simpletest/tests/common_test.module Theme function for testing drupal_render() theming.
theme_simpletest_result_summary function modules/simpletest/simpletest.pages.inc Returns HTML for the summary status of a simpletest result.
theme_simpletest_test_table function modules/simpletest/simpletest.pages.inc Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_test.inc file modules/simpletest/tests/theme_test.inc
theme_test.info file modules/simpletest/tests/theme_test.info name = "Theme test"
description = "Support module for theme system testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
theme_test.module file modules/simpletest/tests/theme_test.module
theme_test.template_test.tpl.php file modules/simpletest/tests/theme_test.template_test.tpl.php
theme_test_exit function modules/simpletest/tests/theme_test.module Implements hook_exit().
theme_test_hook_init_page_callback function modules/simpletest/tests/theme_test.module Menu callback for testing themed output generated in hook_init().
theme_test_init function modules/simpletest/tests/theme_test.module Implements hook_init().
theme_test_menu function modules/simpletest/tests/theme_test.module Implements hook_menu().
theme_test_system_theme_engine_info function modules/simpletest/tests/theme_test.module Implements hook_system_theme_engine_info().
theme_test_system_theme_info function modules/simpletest/tests/theme_test.module Implements hook_system_theme_info().
theme_test_template_test.nyan-cat.html file modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html
theme_test_theme function modules/simpletest/tests/theme_test.module Implements hook_theme().
theme_theme_test function modules/simpletest/tests/theme_test.inc Returns HTML for the 'theme_test' theme hook used by tests.
theme_theme_test_foo function modules/simpletest/tests/theme_test.module Theme function for testing theme('theme_test_foo').

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