You are here

protected function OptionsFormattersTest::setUp in Drupal 8

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

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

Overrides OptionsFieldUnitTestBase::setUp

File

core/modules/options/tests/src/Kernel/OptionsFormattersTest.php, line 19

Class

OptionsFormattersTest
Tests the Options field type formatters.

Namespace

Drupal\Tests\options\Kernel

Code

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