You are here

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

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

admin_toolbar_tools/tests/src/Functional/AdminToolbarToolsAlterTest.php, line 28

Class

AdminToolbarToolsAlterTest
Tests for the existence of Admin Toolbar tools new links.

Namespace

Drupal\Tests\admin_toolbar_tools\Functional

Code

protected $defaultTheme = 'stark';