public function OptionsFormattersTest::setUp

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

Overrides OptionsFieldUnitTestBase::setUp

File

drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFormattersTest.php, line 29
Contains \Drupal\options\Tests\OptionsFormattersTest.

Class

OptionsFormattersTest
Tests the formatters provided by the options module.

Namespace

Drupal\options\Tests

Code

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