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