graphql-php/tests
Daniel Tschinder 65ef159ddc
Support PHP7 error exceptions everywhere
Also replace \Error with \Throwable
2017-06-25 07:33:28 -07:00
..
Executor Support PHP7 error exceptions everywhere 2017-06-25 07:33:28 -07:00
Language Added test for adding a schema element description in comments 2017-02-06 19:11:12 +00:00
Type Use dedicated exception for scalar type parsing error 2017-05-29 10:32:48 +02:00
Utils Separate utility for extractTypes 2017-02-24 16:29:28 +07:00
Validator Do not run query complexity validation if there were other validation errors (as it will throw and mess up previous validation results), see #125 2017-06-03 17:07:01 +07:00
ErrorTest.php Replaced "AST" with "Node" in variable names for better readability 2016-11-19 06:47:55 +07:00
ServerTest.php PHPUnit: Replaced deprecated method getMock() with getMockBuilder() 2017-01-26 18:48:23 +07:00
StarWarsData.php Updated StarWars tests 2016-10-23 00:46:15 +07:00
StarWarsIntrospectionTest.php Updated StarWars tests 2016-10-23 00:46:15 +07:00
StarWarsQueryTest.php Updated executor and it's tests for april2016 specs 2016-09-14 18:47:34 +07:00
StarWarsSchema.php Minor fix to StarWarsSchema type language in comments 2016-11-18 20:32:09 +07:00
StarWarsValidationTest.php Updated executor and it's tests for april2016 specs 2016-09-14 18:47:34 +07:00
UtilsTest.php Fixed Utils::assign() bug relating to detecting missing required keys 2017-02-13 12:50:34 -05:00