You are here

protected property CommentTest::$defaultTheme in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Functional/CommentTest.php \Drupal\Tests\ds\Functional\CommentTest::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/CommentTest.php, line 17

Class

CommentTest
Tests for the manage display tab in Display Suite.

Namespace

Drupal\Tests\ds\Functional

Code

protected $defaultTheme = 'classy';