Skip to content

Commit ab4f496

Browse files
chrisferagottifubhy
authored andcommitted
Add missing @group annotations for several test classes. (#679)
1 parent 11e9b07 commit ab4f496

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

modules/graphql_core/tests/src/Kernel/Context/NodeContextTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Test full stack retrieval of a node context.
10+
*
11+
* @group graphql_core
1012
*/
1113
class NodeContextTest extends GraphQLContentTestBase {
1214

modules/graphql_core/tests/src/Kernel/Entity/BundleLessEntityTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Tests for bundle-less entities.
1111
*
1212
* Test edge cases of entities without bundles (e.g. the user entity).
13+
*
14+
* @group graphql_core
1315
*/
1416
class BundleLessEntityTest extends GraphQLContentTestBase {
1517

modules/graphql_core/tests/src/Kernel/Entity/EntityRevisionsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Fetch node revisions.
10+
*
11+
* @group graphql_core
1012
*/
1113
class EntityRevisionsTest extends GraphQLContentTestBase {
1214

tests/src/Kernel/Extension/ResolveContextTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* Test contextual arguments in fields.
11+
*
12+
* @group graphql
1113
*/
1214
class ResolveContextTest extends GraphQLTestBase {
1315

tests/src/Kernel/Framework/InvalidPayloadTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Invalid payloads should not trigger a PHP error, but be handled as empty.
10+
*
11+
* @group graphql
1012
*/
1113
class InvalidPayloadTest extends GraphQLTestBase {
1214

tests/src/Kernel/Framework/LanguageContextTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Test contextual language negotiation.
13+
*
14+
* @group graphql
1315
*/
1416
class LanguageContextTest extends GraphQLTestBase {
1517

0 commit comments

Comments
 (0)