protected static property ParagraphsAccessTest::$modules

Same name in this branch
  1. 8.x-1.x paragraphs/tests/src/Kernel/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Kernel\ParagraphsAccessTest::modules
  2. 8.x-1.x paragraphs/tests/src/Functional/WidgetStable/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsAccessTest::modules
  3. 8.x-1.x paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsAccessTest.php \Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsAccessTest::modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsAccessTest.php, line 27

Class

ParagraphsAccessTest
Tests the access check of paragraphs.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

protected static $modules = array(
  'content_translation',
  'image',
  'field',
  'field_ui',
  'block',
  'language',
  'node',
);