You are here

protected property CspTest::$defaultTheme in Raven: Sentry Integration 3.x

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

Class

CspTest
Tests Raven and CSP modules.

Namespace

Drupal\Tests\raven\Functional

Code

protected $defaultTheme = 'stark';