You are here

protected property TwigRenderThisTest::$defaultTheme in Twig Render This 8

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

tests/src/Functional/TwigRenderThisTest.php, line 29

Class

TwigRenderThisTest
Twig Render This tests.

Namespace

Drupal\Tests\twig_render_this\Functional

Code

protected $defaultTheme = 'stark';