public static property BlockContentCreationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block_content/src/Tests/BlockContentCreationTest.php \Drupal\block_content\Tests\BlockContentCreationTest::modules
Modules to enable.
Enable dummy module that implements hook_block_insert() for exceptions and field_ui to edit display settings.
Type: array
Overrides BlockContentTestBase::$modules
File
- core/
modules/ block_content/ src/ Tests/ BlockContentCreationTest.php, line 29 - Contains \Drupal\block_content\Tests\BlockContentCreationTest.
Class
- BlockContentCreationTest
- Create a block and test saving it.
Namespace
Drupal\block_content\TestsCode
public static $modules = array(
'block_content_test',
'dblog',
'field_ui',
);