public static property ParagraphsAccessTest::$modules in Paragraphs 8
Same name in this branch
- 8 tests/src/Kernel/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Kernel\ParagraphsAccessTest::modules
- 8 tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsAccessTest::modules
- 8 tests/src/Functional/WidgetStable/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsAccessTest::modules
Modules to enable.
Type: array
Overrides ParagraphsTestBase::$modules
File
- tests/
src/ Functional/ WidgetLegacy/ ParagraphsAccessTest.php, line 25
Class
- ParagraphsAccessTest
- Tests the access check of paragraphs.
Namespace
Drupal\Tests\paragraphs\Functional\WidgetLegacyCode
public static $modules = array(
'content_translation',
'image',
'field',
'field_ui',
'block',
'language',
'node',
);