You are here

protected function OptionsFormattersTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/options/src/Tests/OptionsFormattersTest.php \Drupal\options\Tests\OptionsFormattersTest::setUp()

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

Overrides OptionsFieldUnitTestBase::setUp

File

core/modules/options/src/Tests/OptionsFormattersTest.php, line 22
Contains \Drupal\options\Tests\OptionsFormattersTest.

Class

OptionsFormattersTest
Tests the Options field type formatters.

Namespace

Drupal\options\Tests

Code

protected function setUp() {
  parent::setUp();
}