protected property WorkspaceJsonCookieTest::$defaultTheme in Drupal 9
Same name and namespace in other branches
- 8 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceJsonCookieTest::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
- core/
modules/ workspaces/ tests/ src/ Functional/ EntityResource/ WorkspaceJsonCookieTest.php, line 34
Class
- WorkspaceJsonCookieTest
- Test workspace entities for JSON requests with cookie authentication.
Namespace
Drupal\Tests\workspaces\Functional\EntityResourceCode
protected $defaultTheme = 'stark';