You are here

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

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php \Drupal\Tests\social_user\Kernel\GraphQL\GraphQLViewerEndpointTest::modules
  2. 10.1.x modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php \Drupal\Tests\social_user\Kernel\GraphQL\GraphQLViewerEndpointTest::modules
  3. 10.2.x modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php \Drupal\Tests\social_user\Kernel\GraphQL\GraphQLViewerEndpointTest::modules

File

modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php, line 17

Class

GraphQLViewerEndpointTest
Tests the root viewer endpoint.

Namespace

Drupal\Tests\social_user\Kernel\GraphQL

Code

public static $modules = [
  "social_user",
  // User creation in social_user requires a service in role_delegation.
  // TODO: Possibly untangle this?
  "role_delegation",
];