public static property BlockContentTranslationUITest::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/block_content/src/Tests/BlockContentTranslationUITest.php \Drupal\block_content\Tests\BlockContentTranslationUITest::modules
Modules to enable.
Type: array
Overrides ContentTranslationTestBase::$modules
File
- core/
modules/ block_content/ src/ Tests/ BlockContentTranslationUITest.php, line 25 - Contains \Drupal\block_content\Tests\BlockContentTranslationUITest.
Class
- BlockContentTranslationUITest
- Tests the block content translation UI.
Namespace
Drupal\block_content\TestsCode
public static $modules = array(
'language',
'content_translation',
'block',
'field_ui',
'block_content',
);