10 calls to HttpRequestTrait::query() in GraphQL 8.4
- DisabledResultCacheTest::testDisabledCache in tests/
src/ Kernel/ Framework/ DisabledResultCacheTest.php - Test if disabling the result cache has the desired effect.
- PersistedQueriesTest::testPersistedQueries in tests/
src/ Kernel/ Framework/ PersistedQueriesTest.php - Test a simple query result.
- 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 variables.
- ResultTest::testQuery in tests/
src/ Kernel/ Framework/ ResultTest.php - Test a simple query result.