You are here

protected property ConfigAccessTest::$defaultTheme in Entity Browser 8.2

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

Class

ConfigAccessTest
Tests the config UI for adding and editing entity browsers.

Namespace

Drupal\Tests\entity_browser\Functional

Code

protected $defaultTheme = 'stark';