You are here

protected function FieldTemplateTest::setup in Display Suite 8.2

File

src/Tests/FieldTemplateTest.php, line 17

Class

FieldTemplateTest
Tests for display of nodes and fields.

Namespace

Drupal\ds\Tests

Code

protected function setup() {
  parent::setup();

  // Enable field templates.
  \Drupal::configFactory()
    ->getEditable('ds.settings')
    ->set('field_template', TRUE)
    ->save();
}