public static property SystemMenuBlockTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php \Drupal\Tests\system\Kernel\Block\SystemMenuBlockTest::modules
- 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
Namespace
Drupal\Tests\system\Kernel\BlockCode
public static $modules = [
'system',
'block',
'menu_test',
'menu_link_content',
'field',
'user',
'link',
];