You are here

protected function UnformattedlFormatterTest::setUp in Range 8

Overrides FormatterTestBase::setUp

File

tests/src/Kernel/Formatter/UnformattedlFormatterTest.php, line 17

Class

UnformattedlFormatterTest
Tests the unformatted formatter.

Namespace

Drupal\Tests\range\Kernel\Formatter

Code

protected function setUp() : void {
  $this->fieldType = 'range_float';
  $this->displayType = 'range_unformatted';
  $this->defaultSettings = RangeUnformattedFormatter::defaultSettings();
  parent::setUp();
}