graphql-php/tests/Executor
2017-08-14 20:41:08 +07:00
..
Promise Support PHP7 error exceptions everywhere 2017-06-25 07:33:28 -07:00
AbstractPromiseTest.php Extracted lazy schema test; minor related refactoring 2017-08-14 20:41:08 +07:00
AbstractTest.php Extracted lazy schema test; minor related refactoring 2017-08-14 20:41:08 +07:00
DeferredFieldsTest.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00
DirectivesTest.php Several executor tests 2016-10-18 20:30:15 +07:00
ExecutionResultTest.php Spec compliance improvement: data key should not exist in response when it is null / missing (#56) 2016-10-18 22:25:39 +07:00
ExecutorLazySchemaTest.php Extracted lazy schema test; minor related refactoring 2017-08-14 20:41:08 +07:00
ExecutorSchemaTest.php Deprecated GraphQL\Type\Definition\Config (#148) 2017-08-14 00:09:02 +07:00
ExecutorTest.php Default error reporting now includes "category" key for every error 2017-08-08 02:02:07 +07:00
LazyInterfaceTest.php Schema validation + tests (#148) 2017-08-13 23:04:03 +07:00
ListsTest.php Default error formatter now returns "Internal server error" unless error is client-aware and safe to report directly to end-users 2017-07-18 20:57:30 +07:00
MutationsTest.php Default error formatter now returns "Internal server error" unless error is client-aware and safe to report directly to end-users 2017-07-18 20:57:30 +07:00
NonNullTest.php Default error formatter now returns "Internal server error" unless error is client-aware and safe to report directly to end-users 2017-07-18 20:57:30 +07:00
ResolveTest.php Reverted #116 (now Executor::defaultFieldResolver checks for instanceof Closure vs is_callable again) 2017-07-08 15:22:17 +07:00
TestClasses.php Replaced "AST" with "Node" in variable names for better readability 2016-11-19 06:47:55 +07:00
UnionInterfaceTest.php Extracted lazy schema test; minor related refactoring 2017-08-14 20:41:08 +07:00
VariablesTest.php Default error reporting now includes "category" key for every error 2017-08-08 02:02:07 +07:00