You are here

protected static property AdminToolbarSearchSettingTest::$modules in Admin Toolbar 3.x

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

admin_toolbar_search/tests/src/Functional/AdminToolbarSearchSettingTest.php, line 24

Class

AdminToolbarSearchSettingTest
Test the functionality of admin toolbar search.

Namespace

Drupal\Tests\admin_toolbar_search\Functional

Code

protected static $modules = [
  'admin_toolbar_search',
  'node',
  'media',
  'field_ui',
  'menu_ui',
  'block',
];