Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
DrupalSystemListingCompatibleTestCase::testDrupalSystemListing function profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test Non-empty test* method required to executed the test case class.
DrupalSystemListingTestCase class modules/simpletest/tests/common.test Tests for the drupal_system_listing() function.
DrupalSystemListingTestCase::$profile property modules/simpletest/tests/common.test Use the testing profile; this is needed for testDirectoryPrecedence().
DrupalSystemListingTestCase::getInfo function modules/simpletest/tests/common.test
DrupalSystemListingTestCase::testDirectoryPrecedence function modules/simpletest/tests/common.test Test that files in different directories take precedence as expected.
DrupalTagsHandlingTestCase class modules/simpletest/tests/common.test Test drupal_explode_tags() and drupal_implode_tags().
DrupalTagsHandlingTestCase::$validTags property modules/simpletest/tests/common.test
DrupalTagsHandlingTestCase::assertTags function modules/simpletest/tests/common.test Helper function: asserts that the ending array of tags is what we wanted.
DrupalTagsHandlingTestCase::getInfo function modules/simpletest/tests/common.test
DrupalTagsHandlingTestCase::testDrupalExplodeTags function modules/simpletest/tests/common.test Explode a series of tags.
DrupalTagsHandlingTestCase::testDrupalImplodeTags function modules/simpletest/tests/common.test Implode a series of tags.
DrupalTemporaryStreamWrapper class includes/stream_wrappers.inc Drupal temporary (temporary://) stream wrapper class.
DrupalTemporaryStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
DrupalTemporaryStreamWrapper::getExternalUrl function includes/stream_wrappers.inc Overrides getExternalUrl().
DrupalTestCase class modules/simpletest/drupal_web_test_case.php Base class for Drupal tests.
DrupalTestCase::$assertions property modules/simpletest/drupal_web_test_case.php Assertions thrown in that test case.
DrupalTestCase::$databasePrefix property modules/simpletest/drupal_web_test_case.php The database prefix of this test run.
DrupalTestCase::$originalFileDirectory property modules/simpletest/drupal_web_test_case.php The original file directory, before it was changed for testing purposes.
DrupalTestCase::$originalLanguage property modules/simpletest/drupal_web_test_case.php The original language.
DrupalTestCase::$originalLanguageDefault property modules/simpletest/drupal_web_test_case.php The original default language.
DrupalTestCase::$originalTheme property modules/simpletest/drupal_web_test_case.php The original theme.
DrupalTestCase::$originalThemeKey property modules/simpletest/drupal_web_test_case.php The original theme key.
DrupalTestCase::$originalThemePath property modules/simpletest/drupal_web_test_case.php The original theme path.
DrupalTestCase::$results property modules/simpletest/drupal_web_test_case.php Current results of this test case.
DrupalTestCase::$setup property modules/simpletest/drupal_web_test_case.php Flag to indicate whether the test has been set up.
DrupalTestCase::$setupDatabasePrefix property modules/simpletest/drupal_web_test_case.php
DrupalTestCase::$setupEnvironment property modules/simpletest/drupal_web_test_case.php
DrupalTestCase::$skipClasses property modules/simpletest/drupal_web_test_case.php This class is skipped when looking for the source of an assertion.
DrupalTestCase::$testId property modules/simpletest/drupal_web_test_case.php The test run ID.
DrupalTestCase::$timeLimit property modules/simpletest/drupal_web_test_case.php Time limit for the test.
DrupalTestCase::$useSetupInstallationCache property modules/simpletest/drupal_web_test_case.php Whether to cache the installation part of the setUp() method.
DrupalTestCase::$useSetupModulesCache property modules/simpletest/drupal_web_test_case.php Whether to cache the modules installation part of the setUp() method.
DrupalTestCase::$verboseDirectoryUrl property modules/simpletest/drupal_web_test_case.php URL to the verbose output file directory.
DrupalTestCase::assert function modules/simpletest/drupal_web_test_case.php Internal helper: stores the assert.
DrupalTestCase::assertEqual function modules/simpletest/drupal_web_test_case.php Check to see if two values are equal.
DrupalTestCase::assertFalse function modules/simpletest/drupal_web_test_case.php Check to see if a value is false (an empty string, 0, NULL, or FALSE).
DrupalTestCase::assertIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are identical.
DrupalTestCase::assertNotEqual function modules/simpletest/drupal_web_test_case.php Check to see if two values are not equal.
DrupalTestCase::assertNotIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are not identical.
DrupalTestCase::assertNotNull function modules/simpletest/drupal_web_test_case.php Check to see if a value is not NULL.
DrupalTestCase::assertNull function modules/simpletest/drupal_web_test_case.php Check to see if a value is NULL.
DrupalTestCase::assertTrue function modules/simpletest/drupal_web_test_case.php Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
DrupalTestCase::deleteAssert function modules/simpletest/drupal_web_test_case.php Delete an assertion record by message ID.
DrupalTestCase::error function modules/simpletest/drupal_web_test_case.php Fire an error assertion.
DrupalTestCase::errorHandler function modules/simpletest/drupal_web_test_case.php Handle errors during test runs.
DrupalTestCase::exceptionHandler function modules/simpletest/drupal_web_test_case.php Handle exceptions.
DrupalTestCase::fail function modules/simpletest/drupal_web_test_case.php Fire an assertion that is always negative.
DrupalTestCase::generatePermutations function modules/simpletest/drupal_web_test_case.php Converts a list of possible parameters into a stack of permutations.
DrupalTestCase::getAssertionCall function modules/simpletest/drupal_web_test_case.php Cycles through backtrace until the first non-assertion method is found.
DrupalTestCase::getDatabaseConnection function modules/simpletest/drupal_web_test_case.php Returns the database connection to the site running Simpletest.

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