Skip to content

Commit 2068c27

Browse files
committed
chore: adjust things mentioned in drupal-graphql#1067
1 parent 7aa668b commit 2068c27

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: GraphQL Core
22
type: module
33
description: 'Provides type system plugins and derivers on behalf of core modules.'
4-
package: Testing
4+
package: GraphQL
55
dependencies:
6-
- graphql
6+
- graphql:graphql

modules/graphql_core/tests/modules/graphql_block_test/graphql_block_test.info.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: 'GraphQL Test: Blocks'
22
type: module
33
core_version_requirement: ^8.8 || ^9
44
dependencies:
5-
- block
6-
- block_content
7-
- ckeditor
8-
- editor
9-
- field
10-
- filter
11-
- system
12-
- text
5+
- drupal:block
6+
- drupal:block_content
7+
- drupal:ckeditor
8+
- drupal:editor
9+
- drupal:field
10+
- drupal:filter
11+
- drupal:system
12+
- drupal:text

modules/graphql_core/tests/modules/graphql_breadcrumbs_test/graphql_breadcrumbs_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'Test for breadcrumbs.'
44
package: GraphQL
55
core_version_requirement: ^8.8 || ^9
66
dependencies:
7-
- graphql_breadcrumbs
7+
- graphql:graphql_core

modules/graphql_core/tests/modules/graphql_context_test/graphql_context_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql_core
8+
- graphql:graphql_core

modules/graphql_core/tests/modules/graphql_requests_test/graphql_requests_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql_core
8+
- graphql:graphql_core

modules/graphql_core/tests/modules/graphql_test_menu/graphql_test_menu.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: 'GraphQL Tests: Menu'
22
type: module
33
core_version_requirement: ^8.8 || ^9
44
dependencies:
5-
- system
5+
- drupal:system

tests/modules/graphql_enum_test/graphql_enum_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql
8+
- graphql:graphql

tests/modules/graphql_override_test/graphql_override_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql_plugin_test
8+
- graphql:graphql_plugin_test

tests/modules/graphql_plugin_test/graphql_plugin_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql
8+
- graphql:graphql

tests/modules/graphql_test/graphql_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: Testing
55
core_version_requirement: ^8.8 || ^9
66
hidden: TRUE
77
dependencies:
8-
- graphql
8+
- graphql:graphql

0 commit comments

Comments
 (0)