You are here

protected property SchemaMetatagTagsTestBase::$defaultTheme in Schema.org Metatag 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/SchemaMetatagTagsTestBase.php \Drupal\Tests\schema_metatag\Functional\SchemaMetatagTagsTestBase::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

tests/src/Functional/SchemaMetatagTagsTestBase.php, line 29

Class

SchemaMetatagTagsTestBase
Base class to test all of the meta tags that are in a specific module.

Namespace

Drupal\Tests\schema_metatag\Functional

Code

protected $defaultTheme = 'classy';