You are here

protected property DbLogViewsTest::$defaultTheme in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/dblog/tests/src/Functional/DbLogViewsTest.php \Drupal\Tests\dblog\Functional\DbLogViewsTest::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 DbLogTest::$defaultTheme

File

core/modules/dblog/tests/src/Functional/DbLogViewsTest.php, line 34

Class

DbLogViewsTest
Generate events and verify dblog entries; verify user access to log reports based on permissions. Using the dblog UI generated by a View.

Namespace

Drupal\Tests\dblog\Functional

Code

protected $defaultTheme = 'classy';