You are here

protected property PageNodeAccessTest::$defaultTheme in Page Manager 8.4

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/PageNodeAccessTest.php, line 23

Class

PageNodeAccessTest
Tests the access for an overridden route, specifically /node/{node}.

Namespace

Drupal\Tests\page_manager\Functional

Code

protected $defaultTheme = 'stark';