You are here

protected property BasicBlogTest::$defaultTheme in Blog 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/BasicBlogTest.php \Drupal\Tests\blog\Functional\BasicBlogTest::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/BasicBlogTest.php, line 18

Class

BasicBlogTest
Test blog functionality.

Namespace

Drupal\Tests\blog\Functional

Code

protected $defaultTheme = 'stark';