function ThemeInfoTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeInfoTest.php, line 50  
Class
- ThemeInfoTest
 - Tests processing of theme .info.yml properties.
 
Namespace
Drupal\Tests\system\Functional\ThemeCode
protected function setUp() : void {
  parent::setUp();
  $this->themeInstaller = $this->container
    ->get('theme_installer');
  $this->themeManager = $this->container
    ->get('theme.manager');
  $this->state = $this->container
    ->get('state');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.