function EntityPropertiesTestCase::setUp

7.x field.test EntityPropertiesTestCase::setUp()

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

Overrides FieldTestCase::setUp

File

drupal-7.x/modules/field/tests/field.test, line 3675
Tests for field.module.

Class

EntityPropertiesTestCase
Tests entity properties.

Code

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