public static property BlockContentListTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/block_content/tests/src/Functional/BlockContentListTest.php \Drupal\Tests\block_content\Functional\BlockContentListTest::modules
Modules to enable.
Type: array
Overrides BlockContentTestBase::$modules
File
- core/
modules/ block_content/ tests/ src/ Functional/ BlockContentListTest.php, line 23
Class
- BlockContentListTest
- Tests the listing of custom blocks.
Namespace
Drupal\Tests\block_content\FunctionalCode
public static $modules = [
'block',
'block_content',
'config_translation',
];