You are here

public static property QueryTopicTest::$modules in Open Social 10.3.x

File

modules/social_features/social_topic/tests/src/Kernel/GraphQL/QueryTopicTest.php, line 29

Class

QueryTopicTest
Tests the topic field on the Query type.

Namespace

Drupal\Tests\social_topic\Kernel\GraphQL

Code

public static $modules = [
  'social_topic',
  'entity',
  // For the topic author and viewer.
  'social_user',
  'user',
  // User creation in social_user requires a service in role_delegation.
  "role_delegation",
  // social_comment configures topics for nodes.
  'node',
  // The default topic config contains a body text field.
  'field',
  'text',
  'filter',
  'file',
  'image',
  // For the comment functionality.
  'social_comment',
  'comment',
  // node.type.topic has a configuration dependency on the menu_ui module.
  'menu_ui',
  'entity_access_by_field',
  'options',
  'taxonomy',
  'path',
  'image_widget_crop',
  'crop',
  'field_group',
  'social_node',
  'social_core',
  'block',
  'block_content',
  'image_effects',
  'file_mdm',
  'group_core_comments',
  'views',
  'group',
];