You are here

public static property SystemMenuBlockTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php \Drupal\Tests\system\Kernel\Block\SystemMenuBlockTest::modules
  2. 10 core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php \Drupal\Tests\system\Kernel\Block\SystemMenuBlockTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php, line 36

Class

SystemMenuBlockTest
Tests \Drupal\system\Plugin\Block\SystemMenuBlock.

Namespace

Drupal\Tests\system\Kernel\Block

Code

public static $modules = [
  'system',
  'block',
  'menu_test',
  'menu_link_content',
  'field',
  'user',
  'link',
];