You are here

protected property TfaTestBase::$defaultTheme in Two-factor Authentication (TFA) 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/TfaTestBase.php, line 17

Class

TfaTestBase
Base class for testing the Tfa module.

Namespace

Drupal\Tests\tfa\Functional

Code

protected $defaultTheme = 'stark';