PHP Class GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest

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

Méthodes publiques

Méthode Description
badValue ( $argName, $typeName, $value, $line, $column, $errors = null )
testAllReqsAndOptsOnMixedList ( )
testArgOnOptionalArg ( )
testBigIntIntoInt ( )
testBooleanIntoEnum ( )
testBooleanIntoFloat ( )
testBooleanIntoID ( )
testBooleanIntoString ( )
testDifferentCaseEnumValueIntoEnum ( )
testEmptyListValue ( )
testFloatIntoBoolean ( )
testFloatIntoEnum ( )
testFloatIntoID ( )
testFloatIntoInt ( )
testFloatIntoString ( )
testFullObject ( )
testFullObjectWithFieldsInDifferentOrder ( )
testGoodBooleanValue ( )
testGoodEnumValue ( )
testGoodFloatValue ( )
testGoodIntValue ( )
testGoodListValue ( )
testGoodStringValue ( )
testIncorrectItemtype ( )
testIncorrectValueAndMissingArgument ( )
testIncorrectValueType ( )
testIntIntoBoolean ( )
testIntIntoEnum ( )
testIntIntoFloat ( )
testIntIntoID ( )
testIntIntoString ( )
testMultipleArgs ( )
testMultipleArgsReverseOrder ( )
testMultipleReqsAndOneOptOnMixedList ( )
testMultipleReqsOnMixedList ( )
testNoArgOnOptionalArg ( )
testNoArgsOnMultipleOptional ( )
testNullIntoNullableType ( )
testNullValue ( )
testNullValue2 ( )
testOneArgOnMultipleOptional ( )
testOptionalArgDespiteRequiredFieldInType ( )
testPartialObjectIncludingRequired ( )
testPartialObjectInvalidFieldType ( )
testPartialObjectMissingRequired ( )
testPartialObjectOnlyRequired ( )
testPartialObjectRequiredFieldCanBeFalsey ( )
testPartialObjectUnknownFieldArg ( )
testSecondArgOnMultipleOptional ( )
testSimpleFloatIntoInt ( )
testSingleValueIntoList ( )
testSingleValueOfIncorrectType ( )
testStringIntoBoolean ( )
testStringIntoEnum ( )
testStringIntoFloat ( )
testStringIntoID ( )
testStringIntoInt ( )
testUnknownEnumValueIntoEnum ( )
testUnquotedIntoBoolean ( )
testUnquotedIntoFloat ( )
testUnquotedIntoID ( )
testUnquotedStringIntoInt ( )
testUnquotedStringIntoString ( )
testWithDirectiveWithIncorrectTypes ( )
testWithDirectivesOfValidTypes ( )

Method Details

badValue() public méthode

public badValue ( $argName, $typeName, $value, $line, $column, $errors = null )

testAllReqsAndOptsOnMixedList() public méthode

testArgOnOptionalArg() public méthode

testBigIntIntoInt() public méthode

public testBigIntIntoInt ( )

testBooleanIntoEnum() public méthode

public testBooleanIntoEnum ( )

testBooleanIntoFloat() public méthode

testBooleanIntoID() public méthode

public testBooleanIntoID ( )

testBooleanIntoString() public méthode

testDifferentCaseEnumValueIntoEnum() public méthode

testEmptyListValue() public méthode

public testEmptyListValue ( )

testFloatIntoBoolean() public méthode

testFloatIntoEnum() public méthode

public testFloatIntoEnum ( )

testFloatIntoID() public méthode

public testFloatIntoID ( )

testFloatIntoInt() public méthode

public testFloatIntoInt ( )

testFloatIntoString() public méthode

public testFloatIntoString ( )

testFullObject() public méthode

public testFullObject ( )

testFullObjectWithFieldsInDifferentOrder() public méthode

testGoodBooleanValue() public méthode

testGoodEnumValue() public méthode

public testGoodEnumValue ( )

testGoodFloatValue() public méthode

public testGoodFloatValue ( )

testGoodIntValue() public méthode

public testGoodIntValue ( )

testGoodListValue() public méthode

public testGoodListValue ( )

testGoodStringValue() public méthode

public testGoodStringValue ( )

testIncorrectItemtype() public méthode

testIncorrectValueAndMissingArgument() public méthode

testIncorrectValueType() public méthode

testIntIntoBoolean() public méthode

public testIntIntoBoolean ( )

testIntIntoEnum() public méthode

public testIntIntoEnum ( )

testIntIntoFloat() public méthode

public testIntIntoFloat ( )

testIntIntoID() public méthode

public testIntIntoID ( )

testIntIntoString() public méthode

public testIntIntoString ( )

testMultipleArgs() public méthode

public testMultipleArgs ( )

testMultipleArgsReverseOrder() public méthode

testMultipleReqsAndOneOptOnMixedList() public méthode

testMultipleReqsOnMixedList() public méthode

testNoArgOnOptionalArg() public méthode

testNoArgsOnMultipleOptional() public méthode

testNullIntoNullableType() public méthode

testNullValue() public méthode

public testNullValue ( )

testNullValue2() public méthode

public testNullValue2 ( )

testOneArgOnMultipleOptional() public méthode

testOptionalArgDespiteRequiredFieldInType() public méthode

testPartialObjectIncludingRequired() public méthode

testPartialObjectInvalidFieldType() public méthode

testPartialObjectMissingRequired() public méthode

testPartialObjectOnlyRequired() public méthode

testPartialObjectRequiredFieldCanBeFalsey() public méthode

testPartialObjectUnknownFieldArg() public méthode

testSecondArgOnMultipleOptional() public méthode

testSimpleFloatIntoInt() public méthode

testSingleValueIntoList() public méthode

testSingleValueOfIncorrectType() public méthode

testStringIntoBoolean() public méthode

testStringIntoEnum() public méthode

public testStringIntoEnum ( )

testStringIntoFloat() public méthode

public testStringIntoFloat ( )

testStringIntoID() public méthode

public testStringIntoID ( )

testStringIntoInt() public méthode

public testStringIntoInt ( )

testUnknownEnumValueIntoEnum() public méthode

testUnquotedIntoBoolean() public méthode

testUnquotedIntoFloat() public méthode

testUnquotedIntoID() public méthode

public testUnquotedIntoID ( )

testUnquotedStringIntoInt() public méthode

testUnquotedStringIntoString() public méthode

testWithDirectiveWithIncorrectTypes() public méthode

testWithDirectivesOfValidTypes() public méthode