You are here

protected property SimplenewsDemoTest::$defaultTheme in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 modules/simplenews_demo/tests/src/Functional/SimplenewsDemoTest.php \Drupal\Tests\simplenews_demo\Functional\SimplenewsDemoTest::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/simplenews_demo/tests/src/Functional/SimplenewsDemoTest.php, line 24

Class

SimplenewsDemoTest
Tests the demo module for Simplenews.

Namespace

Drupal\Tests\simplenews_demo\Functional

Code

protected $defaultTheme = 'classy';