You are here

protected property SitemapTaxonomyTestBase::$defaultTheme in Sitemap 8.2

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

File

src/Tests/SitemapTaxonomyTestBase.php, line 19

Class

SitemapTaxonomyTestBase
Base class for some Sitemap test cases.

Namespace

Drupal\sitemap\Tests

Code

protected $defaultTheme = 'stark';