You are here

protected property ReadonlyFieldWidgetTest::$defaultTheme in Read-only Field Widget 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/ReadonlyFieldWidgetTest.php, line 38

Class

ReadonlyFieldWidgetTest
Tests Readonly Field Widget basic behaviour.

Namespace

Drupal\Tests\readonly_field_widget\Functional

Code

protected $defaultTheme = 'classy';