Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalEntityControllerInterface::resetCache | function | includes/ |
Resets the internal, static entity cache. |
DrupalErrorCollectionUnitTest | class | modules/ |
Tests Simpletest error and exception collector. |
DrupalErrorCollectionUnitTest::$collectedErrors | property | modules/ |
Errors triggered during the test. |
DrupalErrorCollectionUnitTest::assertError | function | modules/ |
Assert that a collected error matches what we are expecting. |
DrupalErrorCollectionUnitTest::error | function | modules/ |
Error handler that collects errors in an array. |
DrupalErrorCollectionUnitTest::getInfo | function | modules/ |
|
DrupalErrorCollectionUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalErrorCollectionUnitTest::testErrorCollect | function | modules/ |
Test that simpletest collects errors from the tested site. |
DrupalErrorHandlerTestCase | class | modules/ |
Tests Drupal error and exception handlers. |
DrupalErrorHandlerTestCase::assertErrorMessage | function | modules/ |
Helper function: assert that the error message is found. |
DrupalErrorHandlerTestCase::assertNoErrorMessage | function | modules/ |
Helper function: assert that the error message is not found. |
DrupalErrorHandlerTestCase::getInfo | function | modules/ |
|
DrupalErrorHandlerTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalErrorHandlerTestCase::testErrorHandler | function | modules/ |
Test the error handler. |
DrupalErrorHandlerTestCase::testExceptionHandler | function | modules/ |
Test the exception handler. |
DrupalFakeCache | class | includes/ |
Defines a stub cache implementation to be used during installation. |
DrupalFakeCache::clear | function | includes/ |
Overrides DrupalDatabaseCache::clear(). |
DrupalFakeCache::get | function | includes/ |
Overrides DrupalDatabaseCache::get(). |
DrupalFakeCache::getMultiple | function | includes/ |
Overrides DrupalDatabaseCache::getMultiple(). |
DrupalFakeCache::isEmpty | function | includes/ |
Overrides DrupalDatabaseCache::isEmpty(). |
DrupalFakeCache::set | function | includes/ |
Overrides DrupalDatabaseCache::set(). |
DrupalGetQueryArrayTestCase | class | modules/ |
Tests the functionality of drupal_get_query_array(). |
DrupalGetQueryArrayTestCase::getInfo | function | modules/ |
|
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray | function | modules/ |
Tests that drupal_get_query_array() correctly explodes query parameters. |
DrupalGetRdfNamespacesTestCase | class | modules/ |
Tests for RDF namespaces XML serialization. |
DrupalGetRdfNamespacesTestCase::getInfo | function | modules/ |
|
DrupalGetRdfNamespacesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces | function | modules/ |
Test RDF namespaces. |
DrupalGotoTest | class | modules/ |
Testing drupal_goto and hook_drupal_goto_alter(). |
DrupalGotoTest::getInfo | function | modules/ |
|
DrupalGotoTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalGotoTest::testDrupalGetDestination | function | modules/ |
Test drupal_get_destination(). |
DrupalGotoTest::testDrupalGoto | function | modules/ |
Test drupal_goto(). |
DrupalGotoTest::testDrupalGotoAlter | function | modules/ |
Test hook_drupal_goto_alter(). |
DrupalHTMLIdentifierTestCase | class | modules/ |
Test for cleaning HTML identifiers. |
DrupalHTMLIdentifierTestCase::getInfo | function | modules/ |
|
DrupalHTMLIdentifierTestCase::setAllowCSSDoubleUnderscores | function | modules/ |
Set the variable allow_css_double_underscores and reset the cache. |
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier | function | modules/ |
Tests that drupal_clean_css_identifier() cleans the identifier properly. |
DrupalHTMLIdentifierTestCase::testDrupalHTMLClass | function | modules/ |
Tests that drupal_html_class() cleans the class name properly. |
DrupalHTMLIdentifierTestCase::testDrupalHTMLId | function | modules/ |
Tests that drupal_html_id() cleans the ID properly. |
DrupalHtmlToTextTestCase | class | modules/ |
Unit tests for drupal_html_to_text(). |
DrupalHtmlToTextTestCase::assertHtmlToText | function | modules/ |
Helper function for testing drupal_html_to_text(). |
DrupalHtmlToTextTestCase::getInfo | function | modules/ |
|
DrupalHtmlToTextTestCase::stringToHtml | function | modules/ |
Converts a string to its PHP source equivalent for display in test messages. |
DrupalHtmlToTextTestCase::testDrupalHtmlToTextArgs | function | modules/ |
Test $allowed_tags argument of drupal_html_to_text(). |
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline | function | modules/ |
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/ |
Test that whitespace is collapsed. |
DrupalHtmlToTextTestCase::testDrupalHtmlToTextParagraphs | function | modules/ |
Test that combinations of paragraph breaks, line breaks, linefeeds, and spaces are properly handled. |
DrupalHtmlToTextTestCase::testDrupalHtmltoTextRemoveTrailingWhitespace | function | modules/ |
Tests that drupal_wrap_mail() removes trailing whitespace before newlines. |
DrupalHtmlToTextTestCase::testDrupalHtmltoTextUsenetSignature | function | modules/ |
Tests drupal_wrap_mail() retains whitespace from Usenet style signatures. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.