graphql-php/tests/Server
Adrien Crivelli 178b179db3
Drop support non pre-parsed PSR-7 request body
This revert #202 (commit 9d37f4c) because trying to parse PSR-7 request
was a mistake. The whole point of PSR-7 is to allow for interoperability
and be able to use specialized libs for body parsing (amongst many other
things). Trying to parse ourselves would be opening a can of worm if/when
other content types have to be supported. It is more correct and future
safe to require that the body is parsed before being passed to GraphQL.
2017-12-21 15:01:57 +09:00
..
Psr7 Server: additional tests + related fixes 2017-08-15 20:59:48 +07:00
PsrResponseTest.php Server: additional tests + related fixes 2017-08-15 20:59:48 +07:00
QueryExecutionTest.php Server: fixed constructor screwed during rebasing + restored tests for the server 2017-08-21 01:18:23 +07:00
RequestParsingTest.php Drop support non pre-parsed PSR-7 request body 2017-12-21 15:01:57 +09:00
RequestValidationTest.php Server: do not raise an error when variables are passed as empty string (#156) 2017-08-30 23:26:45 +07:00
ServerConfigTest.php Server: minor improvements 2017-08-18 02:54:35 +07:00
StandardServerTest.php Drop support non pre-parsed PSR-7 request body 2017-12-21 15:01:57 +09:00
TestCase.php Server: fixed constructor screwed during rebasing + restored tests for the server 2017-08-21 01:18:23 +07:00