function EntityPropertiesTestCase::setUp

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

Overrides FieldTestCase::setUp

File

modules/field/tests/field.test, line 3802

Class

EntityPropertiesTestCase
Tests entity properties.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.