function EntityPropertiesTestCase::setUp
Set the default field storage backend for fields created during tests.
Overrides FieldTestCase::setUp
Archivo
- drupal-7.x/
modules/ field/ tests/ field.test, line 3675 - Tests for field.module.
Class
- EntityPropertiesTestCase
- Tests entity properties.
Código
function setUp() {
parent::setUp('field_test');
}