You are here

protected function OptionsFormattersTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/options/tests/src/Kernel/OptionsFormattersTest.php \Drupal\Tests\options\Kernel\OptionsFormattersTest::setUp()
  2. 10 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() : void {
  parent::setUp();
}