|
FieldBulkDeleteTestCase::_generateStubEntities |
function |
drupal-7.x/modules/field/tests/field.test |
Convenience function for Field API tests. |
|
FieldBulkDeleteTestCase::checkHooksInvocations |
function |
drupal-7.x/modules/field/tests/field.test |
Tests that the expected hooks have been invoked on the expected entities. |
|
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
|
FieldSqlStorageTestCase::testFieldUpdateFailure |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test that failure to create fields is handled gracefully. |
|
FileFieldWidgetTestCase::testSingleValuedWidget |
function |
drupal-7.x/modules/file/tests/file.test |
Tests upload and remove buttons for a single-valued File field. |
|
FileFieldWidgetTestCase::testPrivateFileSetting |
function |
drupal-7.x/modules/file/tests/file.test |
Tests a file field with a "Private files" upload destination setting. |
|
FileFieldWidgetTestCase::testPrivateFileComment |
function |
drupal-7.x/modules/file/tests/file.test |
Tests that download restrictions on private files work on comments. |
|
field_sql_storage_field_storage_delete_revision |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_revision(). |
|
field_sql_storage_field_storage_delete_instance |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_instance(). |
|
LocaleMultilingualFieldsFunctionalTest::getInfo |
function |
drupal-7.x/modules/locale/locale.test |
|
|
field_test_entity_form_submit_build_test_entity |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Updates the form state's entity by processing this submission's values. |
|
ListFieldUITestCase::testListAllowedValuesFloat |
function |
drupal-7.x/modules/field/modules/list/tests/list.test |
List (float) : test 'allowed values' input. |
|
field_test_query_efq_table_prefixing_test_alter |
function |
drupal-7.x/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
|
FieldAttachOtherTestCase::testFieldAttachSubmit |
function |
drupal-7.x/modules/field/tests/field.test |
Test field_attach_submit(). |
|
TextTranslationTestCase::testTextFieldFormatted |
function |
drupal-7.x/modules/field/modules/text/text.test |
Check that user that does not have access the field format cannot see the
source value when creating a translation. |
|
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
|
FieldSqlStorageTestCase::testFieldStorageDetails |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test the storage details. |
|
FieldUIManageFieldsTestCase::assertFieldSettings |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Asserts field settings are as expected. |
|
FieldInstanceCrudTestCase::testReadFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Test reading back an instance definition. |
|
FieldUIManageDisplayTestCase::testViewModeCustom |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Tests switching view modes to use custom or 'default' settings'. |
|
FieldUIManageDisplayTestCase::assertNodeViewText |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Asserts that a string is found in the rendered node in a view mode. |
|
FieldBulkDeleteTestCase::testDeleteFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
|
TextFieldTestCase::testTextfieldWidgetsFormatted |
function |
drupal-7.x/modules/field/modules/text/text.test |
Test widgets + 'formatted_text' setting. |
|
ImageFieldDisplayTestCase::testImageFieldSettings |
function |
drupal-7.x/modules/image/image.test |
Tests for image field settings. |
|
ListFieldUITestCase::testListAllowedValuesInteger |
function |
drupal-7.x/modules/field/modules/list/tests/list.test |
List (integer) : test 'allowed values' input. |
|
ListFieldUITestCase::testListAllowedValuesBoolean |
function |
drupal-7.x/modules/field/modules/list/tests/list.test |
List (boolen) : test 'On/Off' values input. |
|
FieldAttachStorageTestCase::testFieldAttachDelete |
function |
drupal-7.x/modules/field/tests/field.test |
Test field_attach_delete(). |
|
DatabaseSelectTestCase::testSimpleSelectAllFields |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test adding all fields from a given table to a select statement. |
|
FieldAttachOtherTestCase::testFieldAttachValidate |
function |
drupal-7.x/modules/field/tests/field.test |
Test field_attach_validate(). |
|
FieldInfoTestCase::testInstanceDisabledEntityType |
function |
drupal-7.x/modules/field/tests/field.test |
Test that instances on disabled entity types are filtered out. |
|
TextFieldTestCase::_testTextfieldWidgetsFormatted |
function |
drupal-7.x/modules/field/modules/text/text.test |
Helper function for testTextfieldWidgetsFormatted(). |
|
ImageFieldDefaultImagesTestCase::testDefaultImages |
function |
drupal-7.x/modules/image/image.test |
Tests CRUD for fields and fields instances with default images. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
Sets up a Drupal site for running functional and integration tests. |
|
FieldInstanceCrudTestCase::testCreateFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Test the creation of a field instance. |
|
FieldInstanceCrudTestCase::testUpdateFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Test the update of a field instance. |
|
FieldInstanceCrudTestCase::testDeleteFieldInstance |
function |
drupal-7.x/modules/field/tests/field.test |
Test the deletion of a field instance. |
|
FieldTranslationsTestCase::testFieldInvokeMultiple |
function |
drupal-7.x/modules/field/tests/field.test |
Test the multilanguage logic of _field_invoke_multiple(). |
|
FieldUIManageDisplayTestCase::assertNodeViewNoText |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Asserts that a string is not found in the rendered node in a view mode. |
|
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
|
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
function |
drupal-7.x/modules/field/tests/field.test |
Check field values insert, update and load. |
|
_field_ui_field_overview_form_validate_add_existing |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Validates the 'add existing field' row of field_ui_field_overview_form(). |
|
FieldUIManageFieldsTestCase::testDuplicateFieldName |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Tests that a duplicate field name is caught by validation. |
|
FieldTranslationsTestCase::testFieldDisplayLanguage |
function |
drupal-7.x/modules/field/tests/field.test |
Tests display language logic for translatable fields. |
|
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
function |
drupal-7.x/modules/node/node.test |
Tests that node access permissions are followed. |
|
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
|
ImageFieldDisplayTestCase::_testImageFieldFormatters |
function |
drupal-7.x/modules/image/image.test |
Test image formatters on node display. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::getInfo |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
|
|
FieldTranslationsTestCase::checkTranslationRevisions |
function |
drupal-7.x/modules/field/tests/field.test |
Check if the field translation attached to the entity revision identified
by the passed arguments were correctly stored. |
|
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
|
ImageFieldDisplayTestCase::testImageFieldDefaultImage |
function |
drupal-7.x/modules/image/image.test |
Test use of a default image with an image field. |