You are here

protected property CommentNotifyTestBase::$defaultTheme in Comment Notify 8

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/CommentNotifyTestBase.php, line 22

Class

CommentNotifyTestBase
Comment notify Base Test class.

Namespace

Drupal\Tests\comment_notify\Functional

Code

protected $defaultTheme = 'classy';