You are here

protected property InlineEntityFormTest::$defaultTheme in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/InlineEntityFormTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\InlineEntityFormTest::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 EntityBrowserWebDriverTestBase::$defaultTheme

File

tests/src/FunctionalJavascript/InlineEntityFormTest.php, line 17

Class

InlineEntityFormTest
Test for integration of entity browser and inline entity form.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

protected $defaultTheme = 'classy';