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
AggregatorTestCase::getCategories function modules/aggregator/aggregator.test Pulls categories from {aggregator_category} table.
AggregatorTestCase::getDefaultFeedItemCount function modules/aggregator/aggregator.test Returns the count of the randomly created feed array.
AggregatorTestCase::getEmptyOpml function modules/aggregator/aggregator.test Creates a valid but empty OPML file.
AggregatorTestCase::getFeedCategories function modules/aggregator/aggregator.test Pulls feed categories from {aggregator_category_feed} table.
AggregatorTestCase::getFeedEditArray function modules/aggregator/aggregator.test Returns a randomly generated feed edit array.
AggregatorTestCase::getHtmlEntitiesSample function modules/aggregator/aggregator.test
AggregatorTestCase::getInvalidOpml function modules/aggregator/aggregator.test Creates an invalid OPML file.
AggregatorTestCase::getRSS091Sample function modules/aggregator/aggregator.test
AggregatorTestCase::getValidOpml function modules/aggregator/aggregator.test Creates a valid OPML file from an array of feeds.
AggregatorTestCase::removeFeedItems function modules/aggregator/aggregator.test Confirms an item removal from a feed.
AggregatorTestCase::setUp function modules/aggregator/aggregator.test Sets up a Drupal site for running functional and integration tests.
AggregatorTestCase::uniqueFeed function modules/aggregator/aggregator.test Checks whether the feed name and URL are unique.
AggregatorTestCase::updateAndRemove function modules/aggregator/aggregator.test Adds and removes feed items and ensure that the count is zero.
AggregatorTestCase::updateFeedItems function modules/aggregator/aggregator.test Updates the feed items.
AggregatorUpdatePathTestCase class modules/simpletest/tests/upgrade/update.aggregator.test @file
Tests schema changes in aggregator.module.
AggregatorUpdatePathTestCase::getInfo function modules/simpletest/tests/upgrade/update.aggregator.test
AggregatorUpdatePathTestCase::setUp function modules/simpletest/tests/upgrade/update.aggregator.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
AggregatorUpdatePathTestCase::testAggregatorUpdate function modules/simpletest/tests/upgrade/update.aggregator.test Tests that the aggregator.module update is successful.
aggregator_test.info file modules/aggregator/tests/aggregator_test.info name = "Aggregator module tests"
description = "Support module for aggregator related testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
aggregator_test.module file modules/aggregator/tests/aggregator_test.module
aggregator_test_feed function modules/aggregator/tests/aggregator_test.module Page callback. Generates a test feed and simulates last-modified and etags.
aggregator_test_menu function modules/aggregator/tests/aggregator_test.module Implements hook_menu().
ajax.test file modules/simpletest/tests/ajax.test
AJAXCommandsTestCase class modules/simpletest/tests/ajax.test Tests Ajax framework commands.
AJAXCommandsTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXCommandsTestCase::testAJAXCommands function modules/simpletest/tests/ajax.test Test the various Ajax Commands.
AJAXElementValidation::testAJAXElementValidation function modules/simpletest/tests/ajax.test Try to post an Ajax change to a form that has a validated element.
AJAXFormPageCacheTestCase class modules/simpletest/tests/ajax.test Test Ajax forms when page caching for anonymous users is turned on.
AJAXFormPageCacheTestCase::$profile property modules/simpletest/tests/ajax.test The profile to install as a basis for testing.
AJAXFormPageCacheTestCase::getFormBuildId function modules/simpletest/tests/ajax.test Return the build id of the current form.
AJAXFormPageCacheTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFormPageCacheTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue function modules/simpletest/tests/ajax.test Create a simple form, then POST to system/ajax to change to it.
AJAXFormValuesTestCase class modules/simpletest/tests/ajax.test Test that $form_state['values'] is properly delivered to $ajax['callback'].
AJAXFormValuesTestCase::$web_user property modules/simpletest/tests/ajax.test
AJAXFormValuesTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFormValuesTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXFormValuesTestCase::testSimpleAJAXFormValue function modules/simpletest/tests/ajax.test Create a simple form, then POST to system/ajax to change to it.
AJAXFrameworkTestCase class modules/simpletest/tests/ajax.test Tests primary Ajax framework functions.
AJAXFrameworkTestCase::$profile property modules/simpletest/tests/ajax.test The profile to install as a basis for testing.
AJAXFrameworkTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFrameworkTestCase::testAJAXRender function modules/simpletest/tests/ajax.test Test that ajax_render() returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testAJAXRenderError function modules/simpletest/tests/ajax.test Test behavior of ajax_render_error().
AJAXFrameworkTestCase::testLazyLoad function modules/simpletest/tests/ajax.test Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS function modules/simpletest/tests/ajax.test Tests that overridden CSS files are not added during lazy load.
AJAXMultiFormTestCase class modules/simpletest/tests/ajax.test Tests that Ajax-enabled forms work when multiple instances of the same form are on a page.
AJAXMultiFormTestCase::$web_user property modules/simpletest/tests/ajax.test
AJAXMultiFormTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXMultiFormTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXMultiFormTestCase::testMultiForm function modules/simpletest/tests/ajax.test Test that a page with the 'page_node_form' included twice works correctly.

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