function FieldSchemaAlterTestCase::setUp
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.