You are here

protected property ViewFieldUITest::$defaultTheme in Views Field View 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/ViewFieldUITest.php, line 20

Class

ViewFieldUITest
Tests the UI of views_field_view.

Namespace

Drupal\Tests\views_field_view\Functional

Code

protected $defaultTheme = 'classy';