function ThemeEngineTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeEngineTest.php, line 25
Class
- ThemeEngineTest
- Tests theme engine functionality.
Namespace
Drupal\Tests\system\Kernel\ThemeCode
protected function setUp() : void {
parent::setUp();
\Drupal::service('theme_installer')->install([
'test_theme_engine_theme',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.