You are here

public static property ShortcutCacheTagsTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php, line 25
Contains \Drupal\shortcut\Tests\ShortcutCacheTagsTest.

Class

ShortcutCacheTagsTest
Tests the Shortcut entity's cache tags.

Namespace

Drupal\shortcut\Tests

Code

public static $modules = array(
  'shortcut',
);