You are here

function _wsfields_storage_test_field_instances in Web Service Data 7

1 call to _wsfields_storage_test_field_instances()
WsfieldsStorageTestCase::setUp in modules/wsfields_storage/wsfields_storage.test
Sets up a Drupal site for running functional and integration tests.

File

modules/wsfields_storage/wsfields_storage.test, line 195
Describe the file

Code

function _wsfields_storage_test_field_instances() {
  return array(
    'field_nodetitle' => array(
      'field_name' => 'field_nodetitle',
      'label' => t('Node Title'),
      'entity_type' => 'user',
      'bundle' => 'user',
      'settings' => array(),
    ),
  );
}