You are here

protected static property AdminToolbarToolsSortTest::$modules 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::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AdminToolbarToolsSortTest.php, line 21

Class

AdminToolbarToolsSortTest
Tests Admin Toolbar tools functionality.

Namespace

Drupal\Tests\admin_toolbar\Functional

Code

protected static $modules = [
  'toolbar',
  'breakpoint',
  'admin_toolbar',
  'admin_toolbar_tools',
  'menu_ui',
  'media',
  'field_ui',
];