protected function HookFivestarWidgetsAlterTest::setUp in Fivestar 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ HookFivestarWidgetsAlterTest.php, line 33
Class
- HookFivestarWidgetsAlterTest
- Tests the operation of hook_fivestar_widgets_alter().
Namespace
Drupal\Tests\fivestar\KernelCode
protected function setUp() {
parent::setUp();
$this->widgetManager = $this->container
->get('fivestar.widget_manager');
}