|
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test trying to update a field with data. |
|
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can specify fields without values and specify values later. |
|
DatabaseSelectTestCase::testSimpleSelectMultipleFields |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test adding multiple fields to a select statement at the same time. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::$instance |
property |
drupal-7.x/modules/taxonomy/taxonomy.test |
|
|
FieldTranslationsTestCase::testFieldAvailableLanguages |
function |
drupal-7.x/modules/field/tests/field.test |
Ensures that only valid values are returned by field_available_languages(). |
|
FieldUIManageDisplayTestCase::assertNodeViewTextHelper |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Asserts that a string is (not) found in the rendered nodein a view mode. |
|
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter |
function |
drupal-7.x/modules/field_ui/field_ui.test |
Tests hook_field_widget_properties_alter() on the default field widget. |
|
NodeAccessFieldTestCase::testNodeAccessAdministerField |
function |
drupal-7.x/modules/node/node.test |
Tests administering fields when node access is restricted. |
|
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
|
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Reads mysql to verify correct data is
written when using insert and update. |
|
FieldSqlStorageTestCase::testFieldAttachSaveMissingData |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Tests insert and update with missing or NULL fields. |
|
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test adding and removing indexes while data is present. |
|
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test foreign key support. |
|
FieldAttachStorageTestCase::testFieldAttachLoadMultiple |
function |
drupal-7.x/modules/field/tests/field.test |
Test the 'multiple' load feature. |
|
FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
function |
drupal-7.x/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
|
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
Test widgets. |
|
UserRegistrationTestCase::testRegistrationWithUserFields |
function |
drupal-7.x/modules/user/user.test |
Tests Field API fields on user registration forms. |
|
FieldAttachStorageTestCase::testFieldStorageDetailsAlter |
function |
drupal-7.x/modules/field/tests/field.test |
Test storage details alteration. |
|
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
drupal-7.x/modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
|
ImageFieldDisplayTestCase::testImageFieldFormattersPublic |
function |
drupal-7.x/modules/image/image.test |
Test image formatters on node display for public files. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary1 |
property |
drupal-7.x/modules/taxonomy/taxonomy.test |
|
|
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary2 |
property |
drupal-7.x/modules/taxonomy/taxonomy.test |
|
|
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests querying translatable fields. |
|
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests disabling the pager in EntityFieldQuery. |
|
ImageFieldDisplayTestCase::testImageFieldFormattersPrivate |
function |
drupal-7.x/modules/image/image.test |
Test image formatters on node display for private files. |
|
FieldAttachStorageTestCase::testFieldAttachSaveMissingData |
function |
drupal-7.x/modules/field/tests/field.test |
Tests insert and update with missing or NULL fields. |
|
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
Test term field validation. |
|
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes fields and expressions. |
|
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Test that we can insert fields with values and defaults in the same query. |
|
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio |
function |
drupal-7.x/modules/field/tests/field.test |
Tests widget handling of multiple required radios. |
|
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
function |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests field meta conditions. |
|
ImageFieldDisplayTestCase::testImageFieldFormatterAttributes |
function |
drupal-7.x/modules/image/image.test |
Test passing attributes into the image field formatters. |
|
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple |
function |
drupal-7.x/modules/field/tests/field.test |
Tests the 'multiple entity' behavior of field_attach_prepare_view(). |
|
FieldTranslationsTestCase::testFieldFormTranslationRevisions |
function |
drupal-7.x/modules/field/tests/field.test |
Tests field translations when creating a new revision. |
|
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle |
function |
drupal-7.x/modules/field/tests/field.test |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
|
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm |
function |
drupal-7.x/modules/locale/locale.test |
Test if field languages are correctly set through the node form. |
|
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Tests a rebuild caused by a multiple value field. |
|
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
Tests that vocabulary machine name changes are mirrored in field definitions. |
|
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage |
function |
drupal-7.x/modules/field/tests/field.test |
Test saving and loading fields using different storage backends. |
|
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue |
function |
drupal-7.x/modules/field/tests/field.test |
Test insert with missing or NULL fields, with default value. |
|
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings |
function |
drupal-7.x/modules/locale/locale.test |
|
|
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies |
function |
drupal-7.x/modules/taxonomy/taxonomy.test |
Tests term reference field and widget with multiple vocabularies. |