|
FieldInfoTestCase::testInstanceDisabledEntityType |
function |
drupal/modules/field/tests/field.test |
Test that instances on disabled entity types are filtered out. |
|
FieldTranslationsTestCase::testFieldInvokeMultiple |
function |
drupal/modules/field/tests/field.test |
Test the multilanguage logic of _field_invoke_multiple(). |
|
TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
function |
drupal/modules/taxonomy/taxonomy.test |
Sets up a Drupal site for running functional and integration tests. |
|
ImageFieldDefaultImagesTestCase::testDefaultImages |
function |
drupal/modules/image/image.test |
Tests CRUD for fields and fields instances with default images. |
|
FieldUIManageDisplayTestCase::assertNodeViewNoText |
function |
drupal/modules/field_ui/field_ui.test |
Asserts that a string is not found in the rendered node in a view mode. |
|
FieldInstanceCrudTestCase::testCreateFieldInstance |
function |
drupal/modules/field/tests/field.test |
Test the creation of a field instance. |
|
FieldInstanceCrudTestCase::testUpdateFieldInstance |
function |
drupal/modules/field/tests/field.test |
Test the update of a field instance. |
|
FieldInstanceCrudTestCase::testDeleteFieldInstance |
function |
drupal/modules/field/tests/field.test |
Test the deletion of a field instance. |
|
FieldTranslationsTestCase::testFieldDisplayLanguage |
function |
drupal/modules/field/tests/field.test |
Tests display language logic for translatable fields. |
|
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
|
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
function |
drupal/modules/field/tests/field.test |
Check field values insert, update and load. |
|
_field_ui_field_overview_form_validate_add_existing |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Validates the 'add existing field' row of field_ui_field_overview_form(). |
|
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI |
function |
drupal/modules/node/node.test |
Tests that node access permissions are followed. |
|
FieldUIManageFieldsTestCase::testDuplicateFieldName |
function |
drupal/modules/field_ui/field_ui.test |
Tests that a duplicate field name is caught by validation. |
|
FieldTranslationsTestCase::checkTranslationRevisions |
function |
drupal/modules/field/tests/field.test |
Check if the field translation attached to the entity revision identified
by the passed arguments were correctly stored. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::getInfo |
function |
drupal/modules/taxonomy/taxonomy.test |
|
|
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
|
ImageFieldDisplayTestCase::_testImageFieldFormatters |
function |
drupal/modules/image/image.test |
Test image formatters on node display. |
|
FieldUIManageFieldsTestCase::testExternalDestinations |
function |
drupal/modules/field_ui/field_ui.test |
Tests that external URLs in the 'destinations' query parameter are blocked. |
|
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
|
FileFieldDisplayTestCase::testDefaultFileFieldDisplay |
function |
drupal/modules/file/tests/file.test |
Tests default display of File Field. |
|
ImageFieldDisplayTestCase::testImageFieldDefaultImage |
function |
drupal/modules/image/image.test |
Test use of a default image with an image field. |
|
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can specify fields without values and specify values later. |
|
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test trying to update a field with data. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::$instance |
property |
drupal/modules/taxonomy/taxonomy.test |
|
|
DatabaseSelectTestCase::testSimpleSelectMultipleFields |
function |
drupal/modules/simpletest/tests/database_test.test |
Test adding multiple fields to a select statement at the same time. |
|
FieldUIManageDisplayTestCase::assertNodeViewTextHelper |
function |
drupal/modules/field_ui/field_ui.test |
Asserts that a string is (not) found in the rendered nodein a view mode. |
|
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter |
function |
drupal/modules/field_ui/field_ui.test |
Tests hook_field_widget_properties_alter() on the default field widget. |
|
NodeAccessFieldTestCase::testNodeAccessAdministerField |
function |
drupal/modules/node/node.test |
Tests administering fields when node access is restricted. |
|
FieldTranslationsTestCase::testFieldAvailableLanguages |
function |
drupal/modules/field/tests/field.test |
Ensures that only valid values are returned by field_available_languages(). |
|
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate |
function |
drupal/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/modules/field/modules/field_sql_storage/field_sql_storage.test |
Tests insert and update with missing or NULL fields. |
|
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test adding and removing indexes while data is present. |
|
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test foreign key support. |
|
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets |
function |
drupal/modules/taxonomy/taxonomy.test |
Test widgets. |
|
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
|
FileFieldAnonymousSubmission::testAnonymousNodeWithFile |
function |
drupal/modules/file/tests/file.test |
Tests file submission for an anonymous visitor. |
|
FieldAttachStorageTestCase::testFieldAttachLoadMultiple |
function |
drupal/modules/field/tests/field.test |
Test the 'multiple' load feature. |
|
FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
function |
drupal/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
|
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
drupal/modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
|
FileFieldWidgetTestCase::testTemporaryFileRemovalExploit |
function |
drupal/modules/file/tests/file.test |
Tests exploiting the temporary file removal of another user using fid. |
|
FieldAttachStorageTestCase::testFieldStorageDetailsAlter |
function |
drupal/modules/field/tests/field.test |
Test storage details alteration. |
|
UserRegistrationTestCase::testRegistrationWithUserFields |
function |
drupal/modules/user/user.test |
Tests Field API fields on user registration forms. |
|
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary1 |
property |
drupal/modules/taxonomy/taxonomy.test |
|
|
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary2 |
property |
drupal/modules/taxonomy/taxonomy.test |
|
|
ImageFieldDisplayTestCase::testImageFieldFormattersPublic |
function |
drupal/modules/image/image.test |
Test image formatters on node display for public files. |
|
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation |
function |
drupal/modules/taxonomy/taxonomy.test |
Test term field validation. |
|
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests querying translatable fields. |
|
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests disabling the pager in EntityFieldQuery. |
|
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit |
function |
drupal/modules/file/tests/file.test |
Helper for testing exploiting the temporary file removal using fid. |