function StableBaseThemeUpdateTest::setUp
Overrides UpdatePathTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ StableBaseThemeUpdateTest.php, line 61
Class
- StableBaseThemeUpdateTest
- Tests the upgrade path for introducing the Stable base theme.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setUp() {
parent::setUp();
$this->themeHandler = $this->container
->get('theme_handler');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.