function EntityPropertiesTestCase::setUp in Drupal 7
Set the default field storage backend for fields created during tests.
Overrides FieldTestCase::setUp
File
- modules/
field/ tests/ field.test, line 3757 - Tests for field.module.
Class
- EntityPropertiesTestCase
- Tests entity properties.
Code
function setUp() {
parent::setUp('field_test');
}