function LayoutPluginManagerTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Layout/ LayoutPluginManagerTest.php, line 24
Class
- LayoutPluginManagerTest
- @coversDefaultClass \Drupal\Core\Layout\LayoutPluginManager[[api-linebreak]] @group Layout
Namespace
Drupal\KernelTests\Core\LayoutCode
protected function setUp() : void {
parent::setUp();
$this->container
->get('theme_installer')
->install([
'test_child_theme',
]);
$this->activateTheme('test_child_theme');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.