public static property BlockContentTestBase::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/block_content/src/Tests/BlockContentTestBase.php \Drupal\block_content\Tests\BlockContentTestBase::modules
- 8 core/modules/block_content/src/Tests/Views/BlockContentTestBase.php \Drupal\block_content\Tests\Views\BlockContentTestBase::modules
Same name and namespace in other branches
- 8.0 core/modules/block_content/src/Tests/BlockContentTestBase.php \Drupal\block_content\Tests\BlockContentTestBase::modules
Modules to enable.
Type: array
File
- core/
modules/ block_content/ src/ Tests/ BlockContentTestBase.php, line 43 - Contains \Drupal\block_content\Tests\BlockContentTestBase.
Class
- BlockContentTestBase
- Sets up block content types.
Namespace
Drupal\block_content\TestsCode
public static $modules = array(
'block',
'block_content',
);