You are here

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

Same name in other branches
  1. 8.4 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.
DisabledSchemaCacheTest tests/src/Kernel/Framework/DisabledSchemaCacheTest.php Test schema caching.
InvalidPayloadTest tests/src/Kernel/Framework/InvalidPayloadTest.php Invalid payloads should not trigger a PHP error, but be handled as empty.
LanguageContextTest tests/src/Kernel/Framework/LanguageContextTest.php Test contextual language negotiation.
PermissionsTest tests/src/Kernel/Framework/PermissionsTest.php Test if query handling respects permissions properly.
ResultCacheTest tests/src/Kernel/Framework/ResultCacheTest.php Test query result caching.
ResultTest tests/src/Kernel/Framework/ResultTest.php Test the whole query result pipeline.
SchemaCacheTest tests/src/Kernel/Framework/SchemaCacheTest.php Test schema caching.
SecureFieldTest tests/src/Kernel/Framework/SecureFieldTest.php Test access restrictions on secure fields.
TestFrameworkTest tests/src/Kernel/Framework/TestFrameworkTest.php Test the test framework.
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.