public function RptMapWidgetTest::setUp in Search API Location 8
Sets up the container and other variables used in all the tests.
Overrides WidgetTestBase::setUp
File
- modules/
facets_map_widget/ tests/ src/ Unit/ Plugin/ widget/ RptMapWidgetTest.php, line 18
Class
- RptMapWidgetTest
- Unit test for RptMapwidget.
Namespace
Drupal\Tests\facets_map_widget\Unit\Plugin\widgetCode
public function setUp() {
parent::setUp();
$this->widget = new RptMapWidget([], 'rpt_map_widget', []);
}