Search for test
Title | Object type | File name | Summary |
---|---|---|---|
$drupal_test_info | global | modules/ |
Global variable that holds information about the tests being run. |
aaa_update_test.info | file | modules/ |
name = AAA Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE |
aaa_update_test.module | file | modules/ |
Dummy module for testing Update status. |
AccessDeniedTestCase | class | modules/ |
Tests custom access denied functionality. |
AccessDeniedTestCase::$admin_user | property | modules/ |
|
AccessDeniedTestCase::getInfo | function | modules/ |
|
AccessDeniedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AccessDeniedTestCase::testAccessDenied | function | modules/ |
|
ActionLoopTestCase | class | modules/ |
Test actions executing in a potential loop, and make sure they abort properly. |
ActionLoopTestCase::getInfo | function | modules/ |
|
ActionLoopTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ActionLoopTestCase::testActionLoop | function | modules/ |
Set up a loop with 3 - 12 recursions, and see if it aborts properly. |
ActionLoopTestCase::triggerActions | function | modules/ |
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times. |
actions.test | file | modules/ |
|
ActionsConfigurationTestCase | class | modules/ |
|
ActionsConfigurationTestCase::getInfo | function | modules/ |
|
ActionsConfigurationTestCase::testActionConfiguration | function | modules/ |
Test the configuration of advanced actions through the administration interface. |
actions_loop_test.info | file | modules/ |
name = Actions loop test description = Support module for action loop testing. package = Testing version = VERSION core = 7.x hidden = TRUE |
actions_loop_test.install | file | modules/ |
|
actions_loop_test.module | file | modules/ |
|
actions_loop_test_action_info | function | modules/ |
Implements hook_action_info(). |
actions_loop_test_init | function | modules/ |
Implements hook_init(). |
actions_loop_test_install | function | modules/ |
Implements hook_install(). |
actions_loop_test_log | function | modules/ |
Write a message to the log. |
actions_loop_test_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
actions_loop_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
AddFeedTestCase | class | modules/ |
Tests adding aggregator feeds. |
AddFeedTestCase::getInfo | function | modules/ |
|
AddFeedTestCase::testAddFeed | function | modules/ |
Creates and ensures that a feed is unique, checks source, and deletes feed. |
AddFeedTestCase::testAddLongFeed | function | modules/ |
Tests feeds with very long URLs. |
AdminMetaTagTestCase | class | modules/ |
|
AdminMetaTagTestCase::getInfo | function | modules/ |
Implement getInfo(). |
AdminMetaTagTestCase::testMetaTag | function | modules/ |
Verify that the meta tag HTML is generated correctly. |
aggregator.test | file | modules/ |
Tests for aggregator.module. |
AggregatorConfigurationTestCase | class | modules/ |
Tests functionality of the configuration settings in the Aggregator module. |
AggregatorConfigurationTestCase::getInfo | function | modules/ |
|
AggregatorConfigurationTestCase::testSettingsPage | function | modules/ |
Tests the settings form to ensure the correct default values are used. |
AggregatorCronTestCase | class | modules/ |
Tests functionality of the cron process in the Aggregator module. |
AggregatorCronTestCase::getInfo | function | modules/ |
|
AggregatorCronTestCase::testCron | function | modules/ |
Adds feeds and updates them via cron process. |
AggregatorRenderingTestCase | class | modules/ |
Tests rendering functionality in the Aggregator module. |
AggregatorRenderingTestCase::$admin_user | property | modules/ |
|
AggregatorRenderingTestCase::getInfo | function | modules/ |
|
AggregatorRenderingTestCase::testBlockLinks | function | modules/ |
Adds a feed block to the page and checks its links. |
AggregatorRenderingTestCase::testFeedPage | function | modules/ |
Creates a feed and checks that feed's page. |
AggregatorTestCase | class | modules/ |
Defines a base class for testing the Aggregator module. |
AggregatorTestCase::createFeed | function | modules/ |
Creates an aggregator feed. |
AggregatorTestCase::createSampleNodes | function | modules/ |
Creates sample article nodes. |
AggregatorTestCase::deleteFeed | function | modules/ |
Deletes an aggregator feed. |
AggregatorTestCase::getAtomSample | function | modules/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.