PHP Class GraphQL\Tests\Executor\VariablesTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: webonyx/graphql-php

Public Methods

Method 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 method

public schema ( )

testAllowsListsOfNonNullsToBeNull() public method

testAllowsListsOfNonNullsToContainValues() public method

testAllowsListsToBeNull() public method

testAllowsListsToContainNull() public method

testAllowsListsToContainValues() public method

testAllowsNonNullListsOfNonNullsToContainValues() public method

testAllowsNonNullListsToContainNull() public method

testAllowsNonNullListsToContainValues() public method

testAllowsNonNullableInputsToBeOmittedGivenADefault() public method

testAllowsNonNullableInputsToBeSetToAValueDirectly() public method

testAllowsNonNullableInputsToBeSetToAValueInAVariable() public method

testAllowsNullableInputsToBeOmitted() public method

testAllowsNullableInputsToBeOmittedInAVariable() public method

testAllowsNullableInputsToBeOmittedInAnUnlistedVariable() public method

testAllowsNullableInputsToBeSetToAValueDirectly() public method

testAllowsNullableInputsToBeSetToAValueInAVariable() public method

testAllowsNullableInputsToBeSetToNullInAVariable() public method

testDoesNotAllowInvalidTypesToBeUsedAsValues() public method

testDoesNotAllowListsOfNonNullsToContainNull() public method

testDoesNotAllowNonNullListsOfNonNullsToBeNull() public method

testDoesNotAllowNonNullListsOfNonNullsToContainNull() public method

testDoesNotAllowNonNullListsToBeNull() public method

testDoesNotAllowNonNullableInputsToBeSetToNullInAVariable() public method

testDoesNotAllowUnknownTypesToBeUsedAsValues() public method

testDoesntAllowNonNullableInputsToBeOmittedInAVariable() public method

testNotWhenArgumentCannotBeCoerced() public method

testReportsErrorForMissingNonNullableInputs() public method

testReportsErrorForNonProvidedVariablesForNonNullableInputs() public method

testUsingInlineStructs() public method

testUsingVariables() public method

public testUsingVariables ( )

testWhenNoArgumentProvided() public method

testWhenOmittedVariableProvided() public method