protected function LinksWidgetTest::setUp in Facets 8
Sets up the container and other variables used in all the tests.
Overrides WidgetTestBase::setUp
File
- tests/
src/ Unit/ Plugin/ widget/ LinksWidgetTest.php, line 28
Class
- LinksWidgetTest
- Unit test for widget.
Namespace
Drupal\Tests\facets\Unit\Plugin\widgetCode
protected function setUp() {
parent::setUp();
$this->widget = new LinksWidget([], 'links_widget', []);
}