You are here

protected property AnswersTestBase::$defaultTheme in Answers 2.0.x

Same name and namespace in other branches
  1. 1.0.x modules/core/tests/src/Functional/AnswersTestBase.php \Drupal\Tests\answers_core\Functional\AnswersTestBase::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

modules/core/tests/src/Functional/AnswersTestBase.php, line 15

Class

AnswersTestBase
Sets up answers comment & content types.

Namespace

Drupal\Tests\answers_core\Functional

Code

protected $defaultTheme = 'stark';