You are here

public static property ShortcutCacheTagsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php \Drupal\Tests\shortcut\Functional\ShortcutCacheTagsTest::modules
  2. 10 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

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