You are here

protected property SitemapBrowserTestBase::$defaultTheme in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x src/Tests/SitemapBrowserTestBase.php \Drupal\sitemap\Tests\SitemapBrowserTestBase::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

src/Tests/SitemapBrowserTestBase.php, line 9

Class

SitemapBrowserTestBase

Namespace

Drupal\sitemap\Tests

Code

protected $defaultTheme = 'stark';