AJAXMultiFormTestCase::setUp in core/modules/simpletest/tests/ajax.test
Sets up a Backdrop site for running functional and integration tests.
DateFieldBasic::createDateField in core/modules/date/tests/date_field.test
Creates a date field from an array of settings values.
DateFieldBasic::createMultiDateField in core/modules/date/tests/date_field.test
Creates a date field from an array of settings values.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EntityExampleTestCase::setUp in modules/examples/entity_example/tests/entity_example.test
Sets up a Backdrop site for running functional and integration tests.
EntityFieldQueryTestCase::setUp in core/modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
EntityReferenceFormTestCase::createEntityReferenceFieldForNode in core/modules/entityreference/tests/entityreference.form.test
Helper method to create a base field and field instance.
EntityReferenceHandlersTestCase::testSortByField in core/modules/entityreference/tests/entityreference.handlers.test
Assert sorting by field works for non-admins.
EntityReferenceTaxonomyTestCase::setupForIndex in core/modules/entityreference/tests/entityreference.taxonomy.test
Add an ER field from node/post to taxonomy and a term reference field.
EntityReferenceTaxonomyTestCase::setupForIndexDuplicates in core/modules/entityreference/tests/entityreference.taxonomy.test
Add a second ER field from node/post to taxonomy.
entity_test_install in core/modules/entity/tests/entity_test/entity_test.install
Implements hook_install().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in core/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in core/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in core/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldHasData in core/modules/field/tests/field.test
Test field_has_data().
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in core/modules/field/tests/field.test
Test storage details alteration.
FieldAttachTestCase::createFieldWithInstance in core/modules/field/tests/field.test
Create a field and an instance of it.
FieldBlockTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldBulkDeleteTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldCrudTestCase::testActive in core/modules/field/tests/field.test
Test that fields are properly marked active or inactive.
FieldCrudTestCase::testCreateField in core/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail in core/modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testDeleteField in core/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testReadField in core/modules/field/tests/field.test
Test reading back a field definition.
FieldCrudTestCase::testUpdateField in core/modules/field/tests/field.test
Test updating a field.
FieldCrudTestCase::testUpdateFieldForbid in core/modules/field/tests/field.test
Test field type modules forbidding an update.
FieldCrudTestCase::testUpdateFieldType in core/modules/field/tests/field.test
FieldDisplayAPITestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldFormTestCase::testFieldFormAccess in core/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in core/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldGetValueTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInfoTestCase::testFieldInfo in core/modules/field/tests/field.test
Test that field types and field definitions are correctly cached.
FieldInfoTestCase::testFieldPrepare in core/modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstanceDisabledEntityType in core/modules/field/tests/field.test
Test that instances on disabled entity types are filtered out.
FieldInfoTestCase::testInstancePrepare in core/modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
FieldInstanceCrudTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInstanceCrudTestCase::testCreateFieldInstance in core/modules/field/tests/field.test
Test the creation of a field instance.
FieldSchemaAlterTestCase::testImageFieldSchemaAlter in core/modules/field/tests/field.test
Tests a hook_field_schema_alter() implementation.
FieldSqlStorageTestCase::setUp in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Sets up a Backdrop site for running functional and integration tests.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test foreign key support.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field for multiple languages.
FieldSqlStorageTestCase::testFieldUpdateFailure in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test trying to update a field with data.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTranslationsTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTranslationsTestCase::testFieldDisplayLanguage in core/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in core/modules/field_ui/tests/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageFieldsTestCase::setUp in core/modules/field_ui/tests/field_ui.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIManageFieldsTestCase::testDefaultValue in core/modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testHiddenFields in core/modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldViewsFieldTest::setUp in core/modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsTestHelper::setUpFields in core/modules/field/tests/field_views.test
field_config_create in core/modules/field/field.module
Implements hook_config_create().
field_ui_field_overview_form_submit in core/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_overview_form().
FileTaxonomyTermTestCase::createAttachFileField in core/modules/file/tests/file.test
Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
FileTestHelper::createFileField in core/modules/file/tests/file.test
Creates a new file field.
FileUploadWizardTestCase::testFileUploadWizardFields in core/modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FormsArbitraryRebuildTestCase::setUp in core/modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
GenericFieldTest::codeTestGenericAddAllFields in modules/examples/field_permission_example/tests/field_permission_example.test
Add all testable fields as instances to a content type.
ImageFieldTestCase::createImageField in core/modules/image/tests/image.test
Create a new image field.
LayoutInterfaceTest::testCurrentUser in core/modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testTaxonomyContext in core/modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
ListDynamicValuesTestCase::setUp in core/modules/field/modules/list/tests/list.test
Sets up a Backdrop site for running functional and integration tests.
ListFieldDisplayTestCase::createListField in core/modules/field/modules/list/tests/list.test
Helper function to create list field of a given type.
ListFieldTestCase::setUp in core/modules/field/modules/list/tests/list.test
Sets up a Backdrop site for running functional and integration tests.
ListFieldTestCase::testUpdateAllowedValues in core/modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
ListFieldUITestCase::createListField in core/modules/field/modules/list/tests/list.test
Helper function to create list field of a given type.
NodeAccessFieldTestCase::setUp in core/modules/node/tests/node.test
node_add_body_field in core/modules/node/node.module
Adds the default body field to a node type.
node_type_example_node_type_insert in modules/examples/node_type_example/node_type_example.module
Implements hook_node_type_insert().
NumberFieldSettingsTestCase::testNumberDecimalFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_decimal field settings.
NumberFieldSettingsTestCase::testNumberIntegerFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_integer field settings.
NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in core/modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFloatField in core/modules/field/modules/number/tests/number.test
Test number_float field.
OptionsWidgetsTestCase::setUp in core/modules/field/modules/options/tests/options.test
Sets up a Backdrop site for running functional and integration tests.
PagePreviewTestCase::setUp in core/modules/node/tests/node.test
standard_install in core/profiles/standard/standard.install
Implements hook_install().
TaxonomyRSSTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermIndexTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTokenReplaceTestCase::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyVocabularyUnitTest::testUninstallReinstall in core/modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TextFieldTestCase::testTextFieldValidation in core/modules/field/modules/text/tests/text.test
Test text field validation.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.
ViewsHandlerManyToOneTest::setUp in core/modules/views/tests/handlers/views_handler_manytoone.test
Sets up a Backdrop site for running functional and integration tests.
ViewsUIWizardTaggedWithTestCase::setUp in core/modules/views/tests/views_ui.test
Sets up a Backdrop site for running functional and integration tests.
_comment_body_field_create in core/modules/comment/comment.module
Creates a comment_body field instance for a given node type.