You are here

protected property AdminToolbarAlterTest::$defaultTheme in Admin Toolbar 3.x

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

Class

AdminToolbarAlterTest
Test the existence of Admin Toolbar module.

Namespace

Drupal\Tests\admin_toolbar\Functional

Code

protected $defaultTheme = 'stark';