DatabaseTransactionNoActiveException |
class |
|
drupal/includes/database/database.inc |
Exception for when popTransaction() is called with no active transaction. |
|
|
|
DatabaseTransactionOutOfOrderException |
class |
|
drupal/includes/database/database.inc |
Exception thrown when a rollback() resulted in other active transactions being rolled-back. |
|
|
|
DatabaseTransactionTestCase |
class |
|
drupal/modules/simpletest/tests/database_test.test |
Test transaction support, particularly nesting. |
|
|
|
DatabaseUpdateComplexTestCase |
class |
|
drupal/modules/simpletest/tests/database_test.test |
Tests for more complex update statements. |
|
|
|
DatabaseUpdateLOBTestCase |
class |
|
drupal/modules/simpletest/tests/database_test.test |
Test update queries involving LOB values. |
|
|
|
DatabaseUpdateTestCase |
class |
|
drupal/modules/simpletest/tests/database_test.test |
Update builder tests. |
|
|
|
DateFormatTestCase |
class |
|
drupal/modules/system/system.test |
Tests date format configuration. |
|
|
|
DateTimeFunctionalTest |
class |
|
drupal/modules/system/system.test |
Tests generic date and time handling capabilities of Drupal. |
|
|
|
DBLogTestCase |
class |
|
drupal/modules/dblog/dblog.test |
Tests logging messages to the database. |
|
|
|
DefaultMailSystem |
class |
|
drupal/modules/system/system.mail.inc |
The default Drupal mail backend using PHP's mail function. |
1 |
|
|
DeleteQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted DELETE operation. |
1 |
|
|
DeleteQuery_sqlite |
class |
|
drupal/includes/database/sqlite/query.inc |
SQLite specific implementation of DeleteQuery. |
|
|
|
DisabledNodeTypeTestCase |
class |
|
drupal/modules/simpletest/tests/upgrade/upgrade.node.test |
Tests the upgrade path for node disabled node types. |
|
|
|
DrupalAddFeedTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Basic tests for drupal_add_feed(). |
|
|
|
DrupalAlterTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
|
|
|
DrupalAttributesUnitTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for the format_date() function. |
|
|
|
DrupalAutoloadTestClass |
class |
|
drupal/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 |
|
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc |
This interface is empty because we only care if Drupal can find it. |
1 |
|
|
DrupalCacheArray |
abstract class |
|
drupal/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
2 |
|
|
DrupalCacheInterface |
interface |
|
drupal/includes/cache.inc |
Defines an interface for cache implementations. |
2 |
|
|
DrupalDataApiTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for CRUD API functions. |
|
|
|
DrupalDatabaseCache |
class |
|
drupal/includes/cache.inc |
Defines a default cache implementation. |
1 |
|
|
DrupalDefaultEntityController |
class |
|
drupal/includes/entity.inc |
Default implementation of DrupalEntityControllerInterface. |
6 |
|
|
DrupalDummyRemoteStreamWrapper |
class |
|
drupal/modules/simpletest/tests/file_test.module |
Helper class for testing the stream wrapper registry. |
|
|
|
DrupalDummyStreamWrapper |
class |
|
drupal/modules/simpletest/tests/file_test.module |
Helper class for testing the stream wrapper registry. |
|
|
|
DrupalEntityControllerInterface |
interface |
|
drupal/includes/entity.inc |
Interface for entity controller classes. |
1 |
|
|
DrupalErrorCollectionUnitTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests Simpletest error and exception collector. |
|
|
|
DrupalErrorHandlerTestCase |
class |
|
drupal/modules/simpletest/tests/error.test |
Tests Drupal error and exception handlers. |
|
|
|
DrupalFakeCache |
class |
|
drupal/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
|
|
|
DrupalGetQueryArrayTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests the functionality of drupal_get_query_array(). |
|
|
|
DrupalGetRdfNamespacesTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for RDF namespaces XML serialization. |
|
|
|
DrupalGotoTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Testing drupal_goto and hook_drupal_goto_alter(). |
|
|
|
DrupalHTMLIdentifierTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
|
|
|
DrupalHtmlToTextTestCase |
class |
|
drupal/modules/simpletest/tests/mail.test |
Unit tests for drupal_html_to_text(). |
|
|
|
DrupalHTTPRequestTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Test drupal_http_request(). |
|
|
|
DrupalHTTPResponseStatusLineTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests parsing of the HTTP response status line. |
|
|
|
DrupalJSONTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests converting PHP variables to JSON strings and back. |
|
|
|
DrupalLocalStreamWrapper |
abstract class |
|
drupal/includes/stream_wrappers.inc |
Drupal stream wrapper base class for local files. |
4 |
|
|
DrupalMatchPathTestCase |
class |
|
drupal/modules/simpletest/tests/path.test |
Unit tests for the drupal_match_path() function in path.inc. |
|
|
|
DrupalPrivateStreamWrapper |
class |
|
drupal/includes/stream_wrappers.inc |
Drupal private (private://) stream wrapper class. |
|
|
|
DrupalPublicStreamWrapper |
class |
|
drupal/includes/stream_wrappers.inc |
Drupal public (public://) stream wrapper class. |
1 |
|
|
DrupalQueue |
class |
|
drupal/modules/system/system.queue.inc |
Factory class for interacting with queues. |
|
|
|
DrupalQueueInterface |
interface |
|
drupal/modules/system/system.queue.inc |
|
2 |
|
|
DrupalReliableQueueInterface |
interface |
|
drupal/modules/system/system.queue.inc |
Reliable queue interface. |
1 |
|
|
DrupalRenderTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for drupal_render(). |
|
|
|
DrupalSetContentTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Testing drupal_add_region_content and drupal_get_region_content. |
|
|
|
DrupalSetMessageTest |
class |
|
drupal/modules/system/system.test |
Tests drupal_set_message() and related functions. |
|
|
|
DrupalStreamWrapperInterface |
interface |
|
drupal/includes/stream_wrappers.inc |
Drupal stream wrapper extension. |
1 |
|
|
DrupalSystemListingCompatibleTestCase |
class |
|
drupal/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test |
Helper to verify tests in installation profile modules. |
|
|
|
DrupalSystemListingTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Tests for the drupal_system_listing() function. |
|
|
|