You are here

namespace Drupal\Tests\graphql\Kernel\Framework in GraphQL 8.4

Same name in other branches
  1. 8.3 Drupal\Tests\graphql\Kernel\Framework
Classsort descending Location Description
BufferedFieldTest tests/src/Kernel/Framework/BufferedFieldTest.php Test batched field resolving.
DisabledResultCacheTest tests/src/Kernel/Framework/DisabledResultCacheTest.php Test disabled result cache.
InvalidPayloadTest tests/src/Kernel/Framework/InvalidPayloadTest.php Invalid payloads should not trigger a PHP error, but be handled as empty.
PermissionsTest tests/src/Kernel/Framework/PermissionsTest.php Test if query handling respects permissions properly.
PersistedQueriesTest tests/src/Kernel/Framework/PersistedQueriesTest.php Tests the entire query result pipeline when using persisted queries.
ResultCacheTest tests/src/Kernel/Framework/ResultCacheTest.php Test query result caching.
ResultTest tests/src/Kernel/Framework/ResultTest.php Test the whole query result pipeline.
TestFrameworkTest tests/src/Kernel/Framework/TestFrameworkTest.php Test the test framework.
UploadFileServiceTest tests/src/Kernel/Framework/UploadFileServiceTest.php Tests file uploads that should be mapped to a field in a resolver.
UploadMutationTest tests/src/Kernel/Framework/UploadMutationTest.php Test file uploads with graphql.
UserPermissionsContextTest tests/src/Kernel/Framework/UserPermissionsContextTest.php Verify that all queries declare the user.permissions cache context.