You are here

protected property ViewsAccordionTest::$defaultTheme in Views Accordion 2.0.x

Same name in this branch
  1. 2.0.x tests/src/Functional/ViewsAccordionTest.php \Drupal\Tests\views_accordion\Functional\ViewsAccordionTest::defaultTheme
  2. 2.0.x tests/src/FunctionalJavascript/ViewsAccordionTest.php \Drupal\Tests\views_accordion\FunctionalJavascript\ViewsAccordionTest::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/ViewsAccordionTest.php, line 17

Class

ViewsAccordionTest
Functional tests for the Views Accordion module.

Namespace

Drupal\Tests\views_accordion\Functional

Code

protected $defaultTheme = 'stark';