You are here

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\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->widgetManager = $this->container
    ->get('fivestar.widget_manager');
}