You are here

protected property EditorTest::$defaultTheme in The CodeMirror Editor 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 TestBase::$defaultTheme

File

tests/src/FunctionalJavascript/EditorTest.php, line 15

Class

EditorTest
Tests the CodeMirror editor.

Namespace

Drupal\Tests\codemirror_editor\FunctionalJavascript

Code

protected $defaultTheme = 'classy';