PHP Class GraphQL\Tests\Executor\VariablesTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
schema ( )
testAllowsListsOfNonNullsToBeNull ( )
testAllowsListsOfNonNullsToContainValues ( )
testAllowsListsToBeNull ( )
testAllowsListsToContainNull ( )
testAllowsListsToContainValues ( )
testAllowsNonNullListsOfNonNullsToContainValues ( )
testAllowsNonNullListsToContainNull ( )
testAllowsNonNullListsToContainValues ( )
testAllowsNonNullableInputsToBeOmittedGivenADefault ( )
testAllowsNonNullableInputsToBeSetToAValueDirectly ( )
testAllowsNonNullableInputsToBeSetToAValueInAVariable ( )
testAllowsNullableInputsToBeOmitted ( )
testAllowsNullableInputsToBeOmittedInAVariable ( )
testAllowsNullableInputsToBeOmittedInAnUnlistedVariable ( )
testAllowsNullableInputsToBeSetToAValueDirectly ( )
testAllowsNullableInputsToBeSetToAValueInAVariable ( )
testAllowsNullableInputsToBeSetToNullInAVariable ( )
testDoesNotAllowInvalidTypesToBeUsedAsValues ( )
testDoesNotAllowListsOfNonNullsToContainNull ( )
testDoesNotAllowNonNullListsOfNonNullsToBeNull ( )
testDoesNotAllowNonNullListsOfNonNullsToContainNull ( )
testDoesNotAllowNonNullListsToBeNull ( )
testDoesNotAllowNonNullableInputsToBeSetToNullInAVariable ( )
testDoesNotAllowUnknownTypesToBeUsedAsValues ( )
testDoesntAllowNonNullableInputsToBeOmittedInAVariable ( )
testNotWhenArgumentCannotBeCoerced ( )
testReportsErrorForMissingNonNullableInputs ( )
testReportsErrorForNonProvidedVariablesForNonNullableInputs ( )
testUsingInlineStructs ( )
testUsingVariables ( )
testWhenNoArgumentProvided ( )
testWhenOmittedVariableProvided ( )

Method Details

schema() public méthode

public schema ( )

testAllowsListsOfNonNullsToBeNull() public méthode

testAllowsListsOfNonNullsToContainValues() public méthode

testAllowsListsToBeNull() public méthode

testAllowsListsToContainNull() public méthode

testAllowsListsToContainValues() public méthode

testAllowsNonNullListsOfNonNullsToContainValues() public méthode

testAllowsNonNullListsToContainNull() public méthode

testAllowsNonNullListsToContainValues() public méthode

testAllowsNonNullableInputsToBeOmittedGivenADefault() public méthode

testAllowsNonNullableInputsToBeSetToAValueDirectly() public méthode

testAllowsNonNullableInputsToBeSetToAValueInAVariable() public méthode

testAllowsNullableInputsToBeOmitted() public méthode

testAllowsNullableInputsToBeOmittedInAVariable() public méthode

testAllowsNullableInputsToBeOmittedInAnUnlistedVariable() public méthode

testAllowsNullableInputsToBeSetToAValueDirectly() public méthode

testAllowsNullableInputsToBeSetToAValueInAVariable() public méthode

testAllowsNullableInputsToBeSetToNullInAVariable() public méthode

testDoesNotAllowInvalidTypesToBeUsedAsValues() public méthode

testDoesNotAllowListsOfNonNullsToContainNull() public méthode

testDoesNotAllowNonNullListsOfNonNullsToBeNull() public méthode

testDoesNotAllowNonNullListsOfNonNullsToContainNull() public méthode

testDoesNotAllowNonNullListsToBeNull() public méthode

testDoesNotAllowNonNullableInputsToBeSetToNullInAVariable() public méthode

testDoesNotAllowUnknownTypesToBeUsedAsValues() public méthode

testDoesntAllowNonNullableInputsToBeOmittedInAVariable() public méthode

testNotWhenArgumentCannotBeCoerced() public méthode

testReportsErrorForMissingNonNullableInputs() public méthode

testReportsErrorForNonProvidedVariablesForNonNullableInputs() public méthode

testUsingInlineStructs() public méthode

testUsingVariables() public méthode

public testUsingVariables ( )

testWhenNoArgumentProvided() public méthode

testWhenOmittedVariableProvided() public méthode