public static property GraphQLViewerEndpointTest::$modules in Open Social 10.0.x
Same name and namespace in other branches
- 10.3.x modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php \Drupal\Tests\social_user\Kernel\GraphQL\GraphQLViewerEndpointTest::modules
- 10.1.x modules/social_features/social_user/tests/src/Kernel/GraphQL/GraphQLViewerEndpointTest.php \Drupal\Tests\social_user\Kernel\GraphQL\GraphQLViewerEndpointTest::modules
- 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\GraphQLCode
public static $modules = [
"social_user",
// User creation in social_user requires a service in role_delegation.
// TODO: Possibly untangle this?
"role_delegation",
];