You are here

27 calls to MockGraphQLPluginTrait::mockField() in GraphQL 8.3

BufferedFieldTest::testBatchedFields in tests/src/Kernel/Framework/BufferedFieldTest.php
Test if the schema is created properly.
DisabledResultCacheTest::testDisabledCache in tests/src/Kernel/Framework/DisabledResultCacheTest.php
Test if disabling the result cache has the desired effect.
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.
GraphQLContentTestBase::mockNode in modules/graphql_core/tests/src/Kernel/GraphQLContentTestBase.php
Mock a field that emits a test node.
LanguageContextTest::setUp in tests/src/Kernel/Framework/LanguageContextTest.php
PermissionsTest::setUp in tests/src/Kernel/Framework/PermissionsTest.php
ResolveContextTest::testContextualArguments in tests/src/Kernel/Extension/ResolveContextTest.php
Test manual context handling.
ResolveContextTest::testResolveContext in tests/src/Kernel/Extension/ResolveContextTest.php
Test manual context handling.
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::testPersistedQuery in tests/src/Kernel/Framework/ResultCacheTest.php
Test persisted query handling.
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::setUp in tests/src/Kernel/Framework/ResultTest.php
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.
SecureFieldTest::setUp in tests/src/Kernel/Framework/SecureFieldTest.php
TestFrameworkTest::testFieldMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test mocked fields.
TestFrameworkTest::testInterfaceMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test interface mocking.
TestFrameworkTest::testMutationMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test mutation mocking.
TestFrameworkTest::testTypeMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test type mocking.
TestFrameworkTest::testUnionMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test union mocks.
UserPermissionsContextTest::testUserPermissionsContext in tests/src/Kernel/Framework/UserPermissionsContextTest.php
Assert user.permissions tag on results.