You are here

protected property SimpletestTest::$defaultTheme in Drupal 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

core/modules/simpletest/tests/src/Functional/SimpletestTest.php, line 24

Class

SimpletestTest
Basic functionality of the Testing module.

Namespace

Drupal\Tests\simpletest\Functional

Code

protected $defaultTheme = 'stark';