You are here

protected property FileEntityTestBase::$defaultTheme in File Entity (fieldable files) 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/Functional/FileEntityTestBase.php, line 40

Class

FileEntityTestBase
Base class for file entity tests.

Namespace

Drupal\Tests\file_entity\Functional

Code

protected $defaultTheme = 'stark';