6 calls to IntrospectionTestTrait::introspect() in GraphQL 8.3
- DisabledSchemaCacheTest::testDisabledCacheWithCacheMetadata in tests/
src/ Kernel/ Framework/ DisabledSchemaCacheTest.php - Test disabled schema caching with cache metadata.
- DisabledSchemaCacheTest::testDisabledCacheWithoutCacheMetadata in tests/
src/ Kernel/ Framework/ DisabledSchemaCacheTest.php - Test disabled schema caching without cache metadata.
- IntrospectionTestTrait::assertGraphQLFields in tests/
src/ Traits/ IntrospectionTestTrait.php - Assert certain fields in the GraphQL schema.
- SchemaCacheTest::testCaching in tests/
src/ Kernel/ Framework/ SchemaCacheTest.php - Test basic schema caching.
- SchemaCacheTest::testCachingWithInvalidation in tests/
src/ Kernel/ Framework/ SchemaCacheTest.php - Test tag based schema invalidation.
- TestFrameworkTest::testFieldMock in tests/
src/ Kernel/ Framework/ TestFrameworkTest.php - Test mocked fields.