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