You are here

protected property VoteTest::$defaultTheme in Voting API 8.3

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/VoteTest.php, line 22

Class

VoteTest
Tests the Voting API basics.

Namespace

Drupal\Tests\votingapi\Functional

Code

protected $defaultTheme = 'stark';