Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GraphQL
Tests
Executor
ExecutorTest
PHP 클래스 GraphQL\Tests\Executor\ExecutorTest
상속:
extends
PHPUnit_Framework_TestCase
파일 보기
프로젝트 열기: webonyx/graphql-php
공개 메소드들
메소드
설명
tearDown
( )
testAvoidsRecursion
( )
testCorrectFieldOrderingDespiteExecutionOrder
( )
testCorrectlyThreadsArguments
( )
testDoesNotIncludeArgumentsThatWereNotSet
( )
testDoesNotIncludeIllegalFieldsInOutput
( )
testExecutesArbitraryCode
( )
testFailsToExecuteQueryContainingTypeDefinition
( )
testFailsWhenAnIsTypeOfCheckIsNotMet
( )
testMergesParallelFragments
( )
testNullsOutErrorSubtrees
( )
testProvidesInfoAboutCurrentExecutionState
( )
testSerializesToEmptyObjectVsEmptyArray
( )
testSubstitutesArgumentWithDefaultValue
( )
testThreadsContextCorrectly
( )
testThrowsIfNoOperationIsProvided
( )
testThrowsIfNoOperationIsProvidedWithMultipleOperations
( )
testThrowsIfUnknownOperationNameIsProvided
( )
testUsesTheInlineOperationIfNoOperationIsProvided
( )
testUsesTheMutationSchemaForMutations
( )
testUsesTheNamedOperationIfOperationNameIsProvided
( )
testUsesTheOnlyOperationIfNoOperationIsProvided
( )
testUsesTheQuerySchemaForQueries
( )
testUsesTheSubscriptionSchemaForSubscriptions
( )
비공개 메소드들
메소드
설명
awaitPromise
(
GraphQL\Executor\Promise\Promise
$promise
) :
array
메소드 상세
tearDown()
공개
메소드
public
tearDown
( )
testAvoidsRecursion()
공개
메소드
public
testAvoidsRecursion
( )
testCorrectFieldOrderingDespiteExecutionOrder()
공개
메소드
public
testCorrectFieldOrderingDespiteExecutionOrder
( )
testCorrectlyThreadsArguments()
공개
메소드
public
testCorrectlyThreadsArguments
( )
testDoesNotIncludeArgumentsThatWereNotSet()
공개
메소드
public
testDoesNotIncludeArgumentsThatWereNotSet
( )
testDoesNotIncludeIllegalFieldsInOutput()
공개
메소드
public
testDoesNotIncludeIllegalFieldsInOutput
( )
testExecutesArbitraryCode()
공개
메소드
public
testExecutesArbitraryCode
( )
testFailsToExecuteQueryContainingTypeDefinition()
공개
메소드
public
testFailsToExecuteQueryContainingTypeDefinition
( )
testFailsWhenAnIsTypeOfCheckIsNotMet()
공개
메소드
public
testFailsWhenAnIsTypeOfCheckIsNotMet
( )
testMergesParallelFragments()
공개
메소드
public
testMergesParallelFragments
( )
testNullsOutErrorSubtrees()
공개
메소드
public
testNullsOutErrorSubtrees
( )
testProvidesInfoAboutCurrentExecutionState()
공개
메소드
public
testProvidesInfoAboutCurrentExecutionState
( )
testSerializesToEmptyObjectVsEmptyArray()
공개
메소드
또한 보기:
https://github.com/webonyx/graphql-php/issues/59
public
testSerializesToEmptyObjectVsEmptyArray
( )
testSubstitutesArgumentWithDefaultValue()
공개
메소드
public
testSubstitutesArgumentWithDefaultValue
( )
testThreadsContextCorrectly()
공개
메소드
public
testThreadsContextCorrectly
( )
testThrowsIfNoOperationIsProvided()
공개
메소드
public
testThrowsIfNoOperationIsProvided
( )
testThrowsIfNoOperationIsProvidedWithMultipleOperations()
공개
메소드
public
testThrowsIfNoOperationIsProvidedWithMultipleOperations
( )
testThrowsIfUnknownOperationNameIsProvided()
공개
메소드
public
testThrowsIfUnknownOperationNameIsProvided
( )
testUsesTheInlineOperationIfNoOperationIsProvided()
공개
메소드
public
testUsesTheInlineOperationIfNoOperationIsProvided
( )
testUsesTheMutationSchemaForMutations()
공개
메소드
public
testUsesTheMutationSchemaForMutations
( )
testUsesTheNamedOperationIfOperationNameIsProvided()
공개
메소드
public
testUsesTheNamedOperationIfOperationNameIsProvided
( )
testUsesTheOnlyOperationIfNoOperationIsProvided()
공개
메소드
public
testUsesTheOnlyOperationIfNoOperationIsProvided
( )
testUsesTheQuerySchemaForQueries()
공개
메소드
public
testUsesTheQuerySchemaForQueries
( )
testUsesTheSubscriptionSchemaForSubscriptions()
공개
메소드
public
testUsesTheSubscriptionSchemaForSubscriptions
( )