You are here

protected static property ShortcutCacheTagsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php \Drupal\Tests\shortcut\Functional\ShortcutCacheTagsTest::modules

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php, line 24

Class

ShortcutCacheTagsTest
Tests the Shortcut entity's cache tags.

Namespace

Drupal\Tests\shortcut\Functional

Code

protected static $modules = [
  'toolbar',
  'shortcut',
  'test_page_test',
  'block',
];