You are here

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

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

Class

AdminToolbarToolsSortTest
Tests Admin Toolbar tools functionality.

Namespace

Drupal\Tests\admin_toolbar\Functional

Code

protected $defaultTheme = 'stark';