function FieldSchemaAlterTestCase::setUp

Set the default field storage backend for fields created during tests.

Overrides FieldTestCase::setUp

File

modules/field/tests/field.test, line 2889

Class

FieldSchemaAlterTestCase
Tests that the field schema can be altered with hook_field_schema_alter().

Code

function setUp() {
  parent::setUp('field_test', 'field_test_schema_alter');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.