You are here

protected property CkeditorConfigTest::$defaultTheme in CKEditor custom config 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/FunctionalJavascript/CkeditorConfigTest.php \Drupal\Tests\ckeditor_config\FunctionalJavascript\CkeditorConfigTest::defaultTheme

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/FunctionalJavascript/CkeditorConfigTest.php, line 25

Class

CkeditorConfigTest
Verify settings form validation, submission, and storage.

Namespace

Drupal\Tests\ckeditor_config\FunctionalJavascript

Code

protected $defaultTheme = 'stark';