You are here

protected property EntityBrowserUpdateHookTest::$defaultTheme in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/EntityBrowserUpdateHookTest.php \Drupal\Tests\entity_browser\Functional\EntityBrowserUpdateHookTest::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/Functional/EntityBrowserUpdateHookTest.php, line 17

Class

EntityBrowserUpdateHookTest
Tests the update hooks in entity_browser module.

Namespace

Drupal\Tests\entity_browser\Functional

Code

protected $defaultTheme = 'stark';