DrupalTagsHandlingTestCase |
class |
|
drupal/modules/simpletest/tests/common.test |
Test drupal_explode_tags() and drupal_implode_tags(). |
|
|
|
DrupalTemporaryStreamWrapper |
class |
|
drupal/includes/stream_wrappers.inc |
Drupal temporary (temporary://) stream wrapper class. |
|
|
|
DrupalTestCase |
abstract class |
|
drupal/modules/simpletest/drupal_web_test_case.php |
Base class for Drupal tests. |
2 |
|
|
DrupalUnitTestCase |
class |
|
drupal/modules/simpletest/drupal_web_test_case.php |
Test case for Drupal unit tests. |
33 |
|
|
DrupalUpdateException |
class |
|
drupal/includes/update.inc |
@class Exception class used to throw error if a module update fails. |
|
|
|
DrupalUpdaterInterface |
interface |
|
drupal/includes/updater.inc |
Interface for a class which can update a Drupal project. |
2 |
|
|
DrupalWebTestCase |
class |
|
drupal/modules/simpletest/drupal_web_test_case.php |
Test case for typical Drupal tests. |
319 |
|
|
EarlyBootstrapTestCase |
class |
|
drupal/modules/simpletest/tests/boot.test |
Perform early bootstrap tests. |
|
|
|
EnableDisableTestCase |
class |
|
drupal/modules/system/system.test |
Test module enabling/disabling functionality. |
|
|
|
EntityCrudHookTestCase |
class |
|
drupal/modules/simpletest/tests/entity_crud_hook_test.test |
Tests invocation of hooks when performing an action. |
|
|
|
EntityFieldQuery |
class |
|
drupal/includes/entity.inc |
Retrieves entities matching a given set of conditions. |
|
|
|
EntityFieldQueryException |
class |
|
drupal/includes/entity.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
|
|
|
EntityFieldQueryTestCase |
class |
|
drupal/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
|
|
|
EntityLoadTestCase |
class |
|
drupal/modules/simpletest/tests/entity_crud.test |
Tests the entity_load() function. |
|
|
|
EntityMalformedException |
class |
|
drupal/includes/entity.inc |
Defines an exception thrown when a malformed entity is passed. |
|
|
|
EntityPropertiesTestCase |
class |
|
drupal/modules/field/tests/field.test |
Tests entity properties. |
|
|
|
ExampleTest |
class |
Drupal\psr_0_test\Tests |
drupal/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php |
|
|
|
|
ExampleTest |
class |
Drupal\psr_4_test\Tests |
drupal/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php |
|
|
|
|
FakeRecord |
class |
|
drupal/modules/simpletest/tests/database_test.test |
Dummy class for fetching into a class. |
|
|
|
FeedIconTest |
class |
|
drupal/modules/simpletest/tests/common.test |
Test for theme_feed_icon(). |
|
|
|
FeedParserTestCase |
class |
|
drupal/modules/aggregator/aggregator.test |
Tests feed parsing in the Aggregator module. |
|
|
|
FieldAttachOtherTestCase |
class |
|
drupal/modules/field/tests/field.test |
Unit test class for non-storage related field_attach_* functions. |
|
|
|
FieldAttachStorageTestCase |
class |
|
drupal/modules/field/tests/field.test |
Unit test class for storage-related field_attach_* functions. |
|
|
|
FieldAttachTestCase |
class |
|
drupal/modules/field/tests/field.test |
|
2 |
|
|
FieldBulkDeleteTestCase |
class |
|
drupal/modules/field/tests/field.test |
Unit test class for field bulk delete and batch purge functionality. |
|
|
|
FieldCrudTestCase |
class |
|
drupal/modules/field/tests/field.test |
|
|
|
|
FieldDisplayAPITestCase |
class |
|
drupal/modules/field/tests/field.test |
|
|
|
|
FieldException |
class |
|
drupal/modules/field/field.module |
Base class for all exceptions thrown by Field API functions. |
2 |
|
|
FieldFormTestCase |
class |
|
drupal/modules/field/tests/field.test |
|
|
|
|
FieldInfo |
class |
|
drupal/modules/field/field.info.class.inc |
Provides field and instance definitions for the current runtime environment. |
|
|
|
FieldInfoTestCase |
class |
|
drupal/modules/field/tests/field.test |
|
|
|
|
FieldInstanceCrudTestCase |
class |
|
drupal/modules/field/tests/field.test |
|
|
|
|
FieldsOverlapException |
class |
|
drupal/includes/database/database.inc |
Exception thrown if an insert query specifies a field twice. |
|
|
|
FieldSqlStorageTestCase |
class |
|
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Tests field storage. |
|
|
|
FieldTestCase |
class |
|
drupal/modules/field/tests/field.test |
Parent class for Field API tests. |
13 |
|
|
FieldTranslationsTestCase |
class |
|
drupal/modules/field/tests/field.test |
Unit test class for the multilanguage fields logic. |
|
|
|
FieldUIAlterTestCase |
class |
|
drupal/modules/field_ui/field_ui.test |
Tests custom widget hooks and callbacks on the field administration pages. |
|
|
|
FieldUIManageDisplayTestCase |
class |
|
drupal/modules/field_ui/field_ui.test |
Tests the functionality of the 'Manage display' screens. |
|
|
|
FieldUIManageFieldsTestCase |
class |
|
drupal/modules/field_ui/field_ui.test |
Tests the functionality of the 'Manage fields' screen. |
|
|
|
FieldUITestCase |
class |
|
drupal/modules/field_ui/field_ui.test |
Provides common functionality for the Field UI test classes. |
2 |
|
|
FieldUpdateForbiddenException |
class |
|
drupal/modules/field/field.module |
Exception class thrown by hook_field_update_forbid(). |
|
|
|
FieldUpdatePathTestCase |
class |
|
drupal/modules/simpletest/tests/upgrade/update.field.test |
Tests the Field 7.0 -> 7.x update path. |
|
|
|
FieldValidationException |
class |
|
drupal/modules/field/field.attach.inc |
Exception thrown by field_attach_validate() on field validation errors. |
|
|
|
FileCopyTest |
class |
|
drupal/modules/simpletest/tests/file.test |
Copy related tests. |
|
|
|
FileDeleteTest |
class |
|
drupal/modules/simpletest/tests/file.test |
Deletion related tests. |
|
|
|
FileDirectoryTest |
class |
|
drupal/modules/simpletest/tests/file.test |
Directory related tests. |
1 |
|
|
FileDownloadTest |
class |
|
drupal/modules/simpletest/tests/file.test |
Tests for download/file transfer functions. |
|
|
|
FileFieldAnonymousSubmission |
class |
|
drupal/modules/file/tests/file.test |
Confirm that file field submissions work correctly for anonymous visitors. |
|
|
|
FileFieldDisplayTestCase |
class |
|
drupal/modules/file/tests/file.test |
Tests that formatters are working properly. |
|
|
|
FileFieldPathTestCase |
class |
|
drupal/modules/file/tests/file.test |
Tests that files are uploaded to proper locations. |
|
|
|