protected function OptionsFormattersTest::setUp in Drupal 8
Same name and namespace in other branches
- 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\KernelCode
protected function setUp() {
parent::setUp();
}