graphql-php/tests/Executor
Vladimir Razuvaev 9551569ffe Merge branch 'lazy-types' into v0.10
# Conflicts:
#	src/Executor/Executor.php
2017-07-10 17:11:41 +07:00
..
Promise Support PHP7 error exceptions everywhere 2017-06-25 07:33:28 -07:00
AbstractPromiseTest.php Ability for interface types to resolve type asynchronously 2017-07-03 23:08:20 +07:00
AbstractTest.php Ability to load types in schema on demand (#69) 2017-03-05 03:26:22 +07:00
DeferredFieldsTest.php Execution: modified deferred behavior to be more predictable (+added more tests for them) 2016-12-17 05:14:51 +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
ExecutorSchemaTest.php Deprecated callbacks in "type" option of field/argument definitions (see #35) 2016-10-23 00:49:25 +07:00
ExecutorTest.php Spec compliance: errors in buildExecutionContext() are caught and included in result rather than thrown 2017-07-05 17:33:59 +07:00
LazyInterfaceTest.php Fixed several broken tests 2016-09-14 19:36:10 +07:00
ListsTest.php Execution: tests are green 2016-12-03 04:23:21 +07:00
MutationsTest.php Execution: tests are green 2016-12-03 04:23:21 +07:00
NonNullTest.php Execution: modified deferred behavior to be more predictable (+added more tests for them) 2016-12-17 05:14:51 +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 Ability to load types in schema on demand (#69) 2017-03-05 03:26:22 +07:00
VariablesTest.php Spec compliance: errors in buildExecutionContext() are caught and included in result rather than thrown 2017-07-05 17:33:59 +07:00