function EntityPropertiesTestCase::setUp

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

Overrides FieldTestCase::setUp

File

drupal/modules/field/tests/field.test, line 3736
Tests for field.module.

Class

EntityPropertiesTestCase
Tests entity properties.

Code

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