You are here

protected property StateFilterTest::$defaultTheme in State Machine 8

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/StateFilterTest.php, line 29

Class

StateFilterTest
Tests the Views state filter.

Namespace

Drupal\Tests\state_machine\Functional

Code

protected $defaultTheme = 'stark';