graphql-php/tests/Utils
2018-06-25 23:50:19 +07:00
..
AssertValidNameTest.php Move schema validation into separate step (type constructors) 2018-02-15 12:14:08 +01:00
AstFromValueTest.php Leverage PHPUnit setExpectedException() instead of custom code 2018-01-01 18:06:08 +09:00
AstFromValueUntypedTest.php Fix parsing of default values in build-schema 2018-02-10 18:45:23 +01:00
BuildSchemaTest.php Readd type decorator and fix lazy type loading 2018-03-06 12:53:28 +01:00
CoerceValueTest.php Add suggestions for invalid values 2018-02-16 16:19:25 +01:00
ExtractTypesTest.php Deprecated GraphQL\Type\Definition\Config (#148) 2017-08-14 00:09:02 +07:00
FindBreakingChangesTest.php Adding an interface to a type is now a dangerous change. 2018-02-16 15:30:27 +01:00
IsValidLiteralValueTest.php Validate literals in a single rule with finer precision 2018-02-15 21:29:14 +01:00
MixedStoreTest.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00
QuotedOrListTest.php Fix orList to be the same as in JS and follow the chicago style for commas 2018-02-16 16:39:59 +01:00
SchemaPrinterTest.php Use multi-line block for trailing quote 2018-06-25 23:50:19 +07:00
SuggestionListTest.php Update some validators to latest upstream version 2018-02-15 17:19:53 +01:00
ValueFromAstTest.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00