You are here

protected function RangeUnformattedFormatterUiTest::setUp in Range 8

Overrides RangeFormatterUiTestBase::setUp

File

tests/src/Functional/Formatter/RangeUnformattedFormatterUiTest.php, line 15

Class

RangeUnformattedFormatterUiTest
Tests the unformatted field formatter UI.

Namespace

Drupal\Tests\range\Functional\Formatter

Code

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