Search for test
Title | Object type | File name | Summary |
---|---|---|---|
DrupalRenderTestCase::assertRenderedElement | function | modules/ |
|
DrupalRenderTestCase::getInfo | function | modules/ |
|
DrupalRenderTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalRenderTestCase::testDrupalRenderBasics | function | modules/ |
Tests the output drupal_render() for some elementary input values. |
DrupalRenderTestCase::testDrupalRenderCache | function | modules/ |
Tests caching of render items. |
DrupalRenderTestCase::testDrupalRenderChildrenAttached | function | modules/ |
Test #attached functionality in children elements. |
DrupalRenderTestCase::testDrupalRenderFormElements | function | modules/ |
Test rendering form elements without passing through form_builder(). |
DrupalRenderTestCase::testDrupalRenderSorting | function | modules/ |
Test sorting by weight. |
DrupalRenderTestCase::testDrupalRenderThemeArguments | function | modules/ |
Test passing arguments to the theme function. |
DrupalSetContentTestCase | class | modules/ |
Testing drupal_add_region_content and drupal_get_region_content. |
DrupalSetContentTestCase::getInfo | function | modules/ |
|
DrupalSetContentTestCase::testRegions | function | modules/ |
Test setting and retrieving content for theme regions. |
DrupalSetMessageTest | class | modules/ |
Tests drupal_set_message() and related functions. |
DrupalSetMessageTest::getInfo | function | modules/ |
|
DrupalSetMessageTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalSetMessageTest::testSetRemoveMessages | function | modules/ |
Tests setting messages and removing one before it is displayed. |
DrupalSystemListingCompatibleTestCase | class | profiles/ |
Helper to verify tests in installation profile modules. |
DrupalSystemListingCompatibleTestCase::$profile | property | profiles/ |
Use the Minimal profile. |
DrupalSystemListingCompatibleTestCase::getInfo | function | profiles/ |
|
DrupalSystemListingCompatibleTestCase::setUp | function | profiles/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalSystemListingCompatibleTestCase::testDrupalSystemListing | function | profiles/ |
Non-empty test* method required to executed the test case class. |
DrupalSystemListingTestCase | class | modules/ |
Tests for the drupal_system_listing() function. |
DrupalSystemListingTestCase::$profile | property | modules/ |
Use the testing profile; this is needed for testDirectoryPrecedence(). |
DrupalSystemListingTestCase::getInfo | function | modules/ |
|
DrupalSystemListingTestCase::testDirectoryPrecedence | function | modules/ |
Test that files in different directories take precedence as expected. |
DrupalTagsHandlingTestCase | class | modules/ |
Test drupal_explode_tags() and drupal_implode_tags(). |
DrupalTagsHandlingTestCase::$validTags | property | modules/ |
|
DrupalTagsHandlingTestCase::assertTags | function | modules/ |
Helper function: asserts that the ending array of tags is what we wanted. |
DrupalTagsHandlingTestCase::getInfo | function | modules/ |
|
DrupalTagsHandlingTestCase::testDrupalExplodeTags | function | modules/ |
Explode a series of tags. |
DrupalTagsHandlingTestCase::testDrupalImplodeTags | function | modules/ |
Implode a series of tags. |
DrupalTestCase | class | modules/ |
Base class for Drupal tests. |
DrupalTestCase::$assertions | property | modules/ |
Assertions thrown in that test case. |
DrupalTestCase::$databasePrefix | property | modules/ |
The database prefix of this test run. |
DrupalTestCase::$originalFileDirectory | property | modules/ |
The original file directory, before it was changed for testing purposes. |
DrupalTestCase::$originalLanguage | property | modules/ |
The original language. |
DrupalTestCase::$originalLanguageDefault | property | modules/ |
The original default language. |
DrupalTestCase::$originalTheme | property | modules/ |
The original theme. |
DrupalTestCase::$originalThemeKey | property | modules/ |
The original theme key. |
DrupalTestCase::$originalThemePath | property | modules/ |
The original theme path. |
DrupalTestCase::$results | property | modules/ |
Current results of this test case. |
DrupalTestCase::$setup | property | modules/ |
Flag to indicate whether the test has been set up. |
DrupalTestCase::$setupDatabasePrefix | property | modules/ |
|
DrupalTestCase::$setupEnvironment | property | modules/ |
|
DrupalTestCase::$skipClasses | property | modules/ |
This class is skipped when looking for the source of an assertion. |
DrupalTestCase::$testId | property | modules/ |
The test run ID. |
DrupalTestCase::$timeLimit | property | modules/ |
Time limit for the test. |
DrupalTestCase::$useSetupInstallationCache | property | modules/ |
Whether to cache the installation part of the setUp() method. |
DrupalTestCase::$useSetupModulesCache | property | modules/ |
Whether to cache the modules installation part of the setUp() method. |
DrupalTestCase::$verboseDirectoryUrl | property | modules/ |
URL to the verbose output file directory. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.