You are here

protected property BreadcrumbTest::$defaultTheme in Blog 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/BreadcrumbTest.php \Drupal\Tests\blog\Functional\BreadcrumbTest::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 BlogTestBase::$defaultTheme

File

tests/src/Functional/BreadcrumbTest.php, line 19

Class

BreadcrumbTest
Breadcrumb test for blog module.

Namespace

Drupal\Tests\blog\Functional

Code

protected $defaultTheme = 'stark';