protected function TourPluginTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/tour/tests/src/Kernel/TourPluginTest.php \Drupal\Tests\tour\Kernel\TourPluginTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
modules/ tour/ tests/ src/ Kernel/ TourPluginTest.php, line 33
Class
- TourPluginTest
- Tests the functionality of tour plugins.
Namespace
Drupal\Tests\tour\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'tour',
]);
$this->pluginManager = $this->container
->get('plugin.manager.tour.tip');
}