You are here

public function RangeSliderWidgetTest::setUp in Facets 8

Sets up the container and other variables used in all the tests.

Overrides SliderWidgetTest::setUp

File

modules/facets_range_widget/tests/src/Unit/Plugin/widget/RangeSliderWidgetTest.php, line 17

Class

RangeSliderWidgetTest
Unit test for widget.

Namespace

Drupal\Tests\facets_range_widget\Unit\Plugin\widget

Code

public function setUp() {
  parent::setUp();
  $this->widget = new RangeSliderWidget([], 'range_slider_widget', []);
}