You are here

protected property ModulesFormTest::$defaultTheme in farmOS 2.x

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

modules/core/settings/tests/src/Functional/ModulesFormTest.php, line 24

Class

ModulesFormTest
Tests installing modules via the module settings form.

Namespace

Drupal\Tests\farm_settings\Functional

Code

protected $defaultTheme = 'stark';