Search for to

  1. Search 9.5.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
drupal-6.user-no-password-token.database.php file modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php
drupal-6.user-password-token.database.php file modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php
drupal-7.aggregator.database.php file modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php
DrupalAddFeedTestCase::urlToRSSLinkPattern function modules/simpletest/tests/common.test Create a pattern representing the RSS feed in the page.
DrupalAutoloadTestClass class modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc This class is empty because we only care if Drupal can find it.
DrupalAutoloadTestInterface interface modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc This interface is empty because we only care if Drupal can find it.
DrupalCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
DrupalCacheArray::$storage property includes/bootstrap.inc Storage for the data itself.
DrupalDummyStreamWrapper::getDirectoryPath function modules/simpletest/tests/file_test.module
DrupalGotoTest class modules/simpletest/tests/common.test Testing drupal_goto and hook_drupal_goto_alter().
DrupalGotoTest::getInfo function modules/simpletest/tests/common.test
DrupalGotoTest::setUp function modules/simpletest/tests/common.test
DrupalGotoTest::testDrupalGetDestination function modules/simpletest/tests/common.test Test drupal_get_destination().
DrupalGotoTest::testDrupalGoto function modules/simpletest/tests/common.test Test drupal_goto().
DrupalGotoTest::testDrupalGotoAlter function modules/simpletest/tests/common.test Test hook_drupal_goto_alter().
DrupalHtmlToTextTestCase class modules/simpletest/tests/mail.test Unit tests for drupal_html_to_text().
DrupalHtmlToTextTestCase::assertHtmlToText function modules/simpletest/tests/mail.test Helper function for testing drupal_html_to_text().
DrupalHtmlToTextTestCase::getInfo function modules/simpletest/tests/mail.test
DrupalHtmlToTextTestCase::stringToHtml function modules/simpletest/tests/mail.test Converts a string to its PHP source equivalent for display in test messages.
DrupalHtmlToTextTestCase::testDrupalHtmlToTextArgs function modules/simpletest/tests/mail.test Test $allowed_tags argument of drupal_html_to_text().
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline function modules/simpletest/tests/mail.test Test that text separated by block-level tags in HTML get separated by
(at least) a newline in the plaintext version.
DrupalHtmlToTextTestCase::testDrupalHtmltoTextCollapsesWhitespace function modules/simpletest/tests/mail.test Test that whitespace is collapsed.
DrupalHtmlToTextTestCase::testDrupalHtmlToTextParagraphs function modules/simpletest/tests/mail.test Test that combinations of paragraph breaks, line breaks, linefeeds,
and spaces are properly handled.
DrupalHtmlToTextTestCase::testDrupalHtmltoTextRemoveTrailingWhitespace function modules/simpletest/tests/mail.test Tests that drupal_wrap_mail() removes trailing whitespace before newlines.
DrupalHtmlToTextTestCase::testDrupalHtmltoTextUsenetSignature function modules/simpletest/tests/mail.test Tests drupal_wrap_mail() retains whitespace from Usenet style signatures.
DrupalHtmlToTextTestCase::testFootnoteReferences function modules/simpletest/tests/mail.test Test that footnote references are properly generated.
DrupalHtmlToTextTestCase::testHeaderSeparation function modules/simpletest/tests/mail.test Test that headers are properly separated from surrounding text.
DrupalHtmlToTextTestCase::testTags function modules/simpletest/tests/mail.test Test all supported tags of drupal_html_to_text().
DrupalHtmlToTextTestCase::testVeryLongLineWrap function modules/simpletest/tests/mail.test Tests that drupal_html_to_text() wraps before 1000 characters.
DrupalLocalStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Gets the path that the wrapper is responsible for.
@TODO: Review this method name in D8 per http://drupal.org/node/701358
DrupalPrivateStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
DrupalPublicStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
DrupalSystemListingTestCase::testDirectoryPrecedence function modules/simpletest/tests/common.test Test that files in different directories take precedence as expected.
DrupalTemporaryStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
DrupalTestCase::$originalFileDirectory property modules/simpletest/drupal_web_test_case.php The original file directory, before it was changed for testing purposes.
DrupalTestCase::$verboseDirectoryUrl property modules/simpletest/drupal_web_test_case.php URL to the verbose output file directory.
DrupalUpdaterInterface::canUpdateDirectory function includes/updater.inc Determine if the Updater can handle the project provided in $directory.
DrupalUpdaterInterface::getInstallDirectory function includes/updater.inc
DrupalWebTestCase::$private_files_directory property modules/simpletest/drupal_web_test_case.php The private files directory created for testing purposes.
DrupalWebTestCase::$public_files_directory property modules/simpletest/drupal_web_test_case.php The public files directory created for testing purposes.
DrupalWebTestCase::$temp_files_directory property modules/simpletest/drupal_web_test_case.php The temporary files directory created for testing purposes.
DrupalWebTestCase::assertOptionSelected function modules/simpletest/drupal_web_test_case.php Asserts that a select option in the current page is checked.
DrupalWebTestCase::drupalGetToken function modules/simpletest/drupal_web_test_case.php Generate a token for the currently logged in user.
DrupalWebTestCase::recursiveDirectoryCopy function modules/simpletest/drupal_web_test_case.php Recursively copy one directory to another.
DrupalWebTestCase::storeSetupCache function modules/simpletest/drupal_web_test_case.php Store the installation setup to a cache.
drupal_autoload_class function includes/bootstrap.inc Confirms that a class is available.
drupal_autoload_interface function includes/bootstrap.inc Confirms that an interface is available.
drupal_autoload_test.info file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info name = "Drupal code registry test"
description = "Support module for testing the code registry."
files[] = drupal_autoload_test_interface.inc
files[] = drupal_autoload_test_class.inc
package = Testing
version = VERSION
core =…
drupal_autoload_test.module file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Test module to check code registry.
drupal_autoload_test_class.inc file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc Test classes for code registry testing.

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