You are here

protected property AdminFunctionalityTest::$defaultTheme in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Functional/AdminFunctionalityTest.php \Drupal\Tests\synonyms\Functional\AdminFunctionalityTest::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/AdminFunctionalityTest.php, line 32

Class

AdminFunctionalityTest
Checks if admin functionality works correctly.

Namespace

Drupal\Tests\synonyms\Functional

Code

protected $defaultTheme = 'stark';