You are here

protected property DropzoneJsWebDriverTestBase::$defaultTheme in DropzoneJS 8.2

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/DropzoneJsWebDriverTestBase.php, line 15

Class

DropzoneJsWebDriverTestBase
Base class for DropzoneJS Web driver functional test base.

Namespace

Drupal\Tests\dropzonejs\FunctionalJavascript

Code

protected $defaultTheme = 'classy';