You are here

protected property EnqueueFormTest::$defaultTheme in Warmer 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/warmer_entity/tests/src/Functional/EnqueueFormTest.php, line 22

Class

EnqueueFormTest
Functional test for the form enqueue functionality.

Namespace

Drupal\Tests\warmer_entity\Functional

Code

protected $defaultTheme = 'classy';