You are here

protected property DateRecurInterpreterTest::$defaultTheme in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 3.0.x tests/src/Functional/DateRecurInterpreterTest.php \Drupal\Tests\date_recur\Functional\DateRecurInterpreterTest::defaultTheme
  2. 3.1.x tests/src/Functional/DateRecurInterpreterTest.php \Drupal\Tests\date_recur\Functional\DateRecurInterpreterTest::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/DateRecurInterpreterTest.php, line 18

Class

DateRecurInterpreterTest
Tests interfaces for interpreters.

Namespace

Drupal\Tests\date_recur\Functional

Code

protected $defaultTheme = 'classy';