|
DeleteQuery |
class |
|
drupal-7.x/includes/database/query.inc |
General class for an abstracted DELETE operation. |
1 |
|
|
|
DeleteQuery_sqlite |
class |
|
drupal-7.x/includes/database/sqlite/query.inc |
SQLite specific implementation of DeleteQuery. |
|
|
|
|
DisabledNodeTypeTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.node.test |
Tests the upgrade path for node disabled node types. |
|
|
|
|
DrupalAddFeedTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Basic tests for drupal_add_feed(). |
|
|
|
|
DrupalAlterTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
|
|
|
|
DrupalAttributesUnitTest |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests for the format_date() function. |
|
|
|
|
DrupalCacheArray |
abstract class |
|
drupal-7.x/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
2 |
|
|
|
DrupalCacheInterface |
interface |
|
drupal-7.x/includes/cache.inc |
Defines an interface for cache implementations. |
2 |
|
|
|
DrupalDataApiTest |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests for CRUD API functions. |
|
|
|
|
DrupalDatabaseCache |
class |
|
drupal-7.x/includes/cache.inc |
Defines a default cache implementation. |
1 |
|
|
|
DrupalDefaultEntityController |
class |
|
drupal-7.x/includes/entity.inc |
Default implementation of DrupalEntityControllerInterface. |
6 |
|
|
|
DrupalDummyRemoteStreamWrapper |
class |
|
drupal-7.x/modules/simpletest/tests/file_test.module |
Helper class for testing the stream wrapper registry. |
|
|
|
|
DrupalDummyStreamWrapper |
class |
|
drupal-7.x/modules/simpletest/tests/file_test.module |
Helper class for testing the stream wrapper registry. |
|
|
|
|
DrupalEntityControllerInterface |
interface |
|
drupal-7.x/includes/entity.inc |
Interface for entity controller classes. |
1 |
|
|
|
DrupalErrorCollectionUnitTest |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests Simpletest error and exception collector. |
|
|
|
|
DrupalErrorHandlerTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/error.test |
Tests Drupal error and exception handlers. |
|
|
|
|
DrupalFakeCache |
class |
|
drupal-7.x/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
|
|
|
|
DrupalGetRdfNamespacesTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests for RDF namespaces XML serialization. |
|
|
|
|
DrupalGotoTest |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Testing drupal_goto and hook_drupal_goto_alter(). |
|
|
|
|
DrupalHTMLIdentifierTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
|
|
|
|
DrupalHtmlToTextTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/mail.test |
Unit tests for drupal_html_to_text(). |
|
|
|
|
DrupalHTTPRequestTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Test drupal_http_request(). |
|
|
|
|
DrupalJSONTest |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests converting PHP variables to JSON strings and back. |
|
|
|
|
DrupalLocalStreamWrapper |
abstract class |
|
drupal-7.x/includes/stream_wrappers.inc |
Drupal stream wrapper base class for local files. |
4 |
|
|
|
DrupalMatchPathTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/path.test |
Unit tests for the drupal_match_path() function in path.inc. |
|
|
|
|
DrupalPrivateStreamWrapper |
class |
|
drupal-7.x/includes/stream_wrappers.inc |
Drupal private (private://) stream wrapper class. |
|
|
|
|
DrupalPublicStreamWrapper |
class |
|
drupal-7.x/includes/stream_wrappers.inc |
Drupal public (public://) stream wrapper class. |
1 |
|
|
|
DrupalQueue |
class |
|
drupal-7.x/modules/system/system.queue.inc |
Factory class for interacting with queues. |
|
|
|
|
DrupalQueueInterface |
interface |
|
drupal-7.x/modules/system/system.queue.inc |
|
2 |
|
|
|
DrupalReliableQueueInterface |
interface |
|
drupal-7.x/modules/system/system.queue.inc |
Reliable queue interface. |
1 |
|
|
|
DrupalRenderTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Tests for drupal_render(). |
|
|
|
|
DrupalSetContentTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Testing drupal_add_region_content and drupal_get_region_content. |
|
|
|
|
DrupalStreamWrapperInterface |
interface |
|
drupal-7.x/includes/stream_wrappers.inc |
Drupal stream wrapper extension. |
1 |
|
|
|
DrupalSystemListingCompatibleTestCase |
class |
|
drupal-7.x/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-7.x/modules/simpletest/tests/common.test |
Tests for the drupal_system_listing() function. |
|
|
|
|
DrupalTagsHandlingTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/common.test |
Test drupal_explode_tags() and drupal_implode_tags(). |
|
|
|
|
DrupalTemporaryStreamWrapper |
class |
|
drupal-7.x/includes/stream_wrappers.inc |
Drupal temporary (temporary://) stream wrapper class. |
|
|
|
|
DrupalTestCase |
abstract class |
|
drupal-7.x/modules/simpletest/drupal_web_test_case.php |
Base class for Drupal tests. |
2 |
|
|
|
DrupalUnitTestCase |
class |
|
drupal-7.x/modules/simpletest/drupal_web_test_case.php |
Test case for Drupal unit tests. |
32 |
|
|
|
DrupalUpdateException |
class |
|
drupal-7.x/includes/update.inc |
@class Exception class used to throw error if a module update fails. |
|
|
|
|
DrupalUpdaterInterface |
interface |
|
drupal-7.x/includes/updater.inc |
Interface for a class which can update a Drupal project. |
2 |
|
|
|
DrupalWebTestCase |
class |
|
drupal-7.x/modules/simpletest/drupal_web_test_case.php |
Test case for typical Drupal tests. |
297 |
|
|
|
EnableDisableTestCase |
class |
|
drupal-7.x/modules/system/system.test |
Test module enabling/disabling functionality. |
|
|
|
|
EntityCrudHookTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test |
Tests invocation of hooks when performing an action. |
|
|
|
|
EntityFieldQuery |
class |
|
drupal-7.x/includes/entity.inc |
Retrieves entities matching a given set of conditions. |
|
|
|
|
EntityFieldQueryException |
class |
|
drupal-7.x/includes/entity.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
|
|
|
|
EntityFieldQueryTestCase |
class |
|
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
|
|
|
|
EntityMalformedException |
class |
|
drupal-7.x/includes/entity.inc |
Defines an exception thrown when a malformed entity is passed. |
|
|
|
|
EntityPropertiesTestCase |
class |
|
drupal-7.x/modules/field/tests/field.test |
Tests entity properties. |
|
|
|
|
ExampleTest |
class |
Drupal\psr_0_test\Tests |
drupal-7.x/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php |
|
|
|
|