You are here

protected property FeedsJavascriptTestBase::$defaultTheme in Feeds 8.3

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/FunctionalJavascript/FeedsJavascriptTestBase.php, line 26

Class

FeedsJavascriptTestBase
Base class for Feeds javascript tests.

Namespace

Drupal\Tests\feeds\FunctionalJavascript

Code

protected $defaultTheme = 'stark';