You are here

protected function OptionsFormattersTest::setUp in Drupal 10

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