You are here

12 calls to HttpRequestTrait::query() in GraphQL 8.3

DisabledResultCacheTest::testDisabledCache in tests/src/Kernel/Framework/DisabledResultCacheTest.php
Test if disabling the result cache has the desired effect.
EntityRevisionsTest::testNodeContext in modules/graphql_core/tests/src/Kernel/Entity/EntityRevisionsTest.php
Regression test for unhandled logic exceptions.
NodeContextTest::testNodeContext in modules/graphql_core/tests/src/Kernel/Context/NodeContextTest.php
Regression test for unhandled logic exceptions.
ResultCacheTest::testCacheableResult in tests/src/Kernel/Framework/ResultCacheTest.php
Check basic result caching.
ResultCacheTest::testContext in tests/src/Kernel/Framework/ResultCacheTest.php
Test if changing test context's trigger re-evaluations.
ResultCacheTest::testLeakingCacheMetadata in tests/src/Kernel/Framework/ResultCacheTest.php
Test behavior in case of leaking cache metadata.
ResultCacheTest::testTags in tests/src/Kernel/Framework/ResultCacheTest.php
Test if results cache properly acts on cache tag clears.
ResultCacheTest::testUncacheableResult in tests/src/Kernel/Framework/ResultCacheTest.php
Verify that uncacheable results are not cached.
ResultCacheTest::testUncacheableResultAnnotation in tests/src/Kernel/Framework/ResultCacheTest.php
Verify that fields with uncacheable annotations are not cached.
ResultCacheTest::testVariables in tests/src/Kernel/Framework/ResultCacheTest.php
Test if caching properly handles variabels.
ResultTest::testQuery in tests/src/Kernel/Framework/ResultTest.php
Test a simple query result.
UserPermissionsContextTest::testUserPermissionsContext in tests/src/Kernel/Framework/UserPermissionsContextTest.php
Assert user.permissions tag on results.