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