You are here

protected property ContentLockEntityTest::$defaultTheme in Content locking (anti-concurrent editing) 8.2

Same name in this branch
  1. 8.2 tests/src/Functional/ContentLockEntityTest.php \Drupal\Tests\content_lock\Functional\ContentLockEntityTest::defaultTheme
  2. 8.2 tests/src/FunctionalJavascript/ContentLockEntityTest.php \Drupal\Tests\content_lock\FunctionalJavascript\ContentLockEntityTest::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/ContentLockEntityTest.php, line 15

Class

ContentLockEntityTest
Class ContentLockEntityTest.

Namespace

Drupal\Tests\content_lock\FunctionalJavascript

Code

protected $defaultTheme = 'stark';