protected function BaseThemeDefaultDeprecationTest::setUp in Drupal 8
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeDefaultDeprecationTest.php, line 42
Class
- BaseThemeDefaultDeprecationTest
- Tests the behavior of the Stable theme.
Namespace
Drupal\KernelTests\Core\ThemeCode
protected function setUp() {
parent::setUp();
$this->themeInstaller = $this->container
->get('theme_installer');
$this->themeManager = $this->container
->get('theme.manager');
}