mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Fix fatal error
This commit is contained in:
parent
f9e97ea296
commit
dab3e52242
@ -14,7 +14,7 @@ use GraphQL\Validator\ValidationContext;
|
|||||||
* A GraphQL document is only valid if when it contains an anonymous operation
|
* A GraphQL document is only valid if when it contains an anonymous operation
|
||||||
* (the query short-hand) that it contains only that one operation definition.
|
* (the query short-hand) that it contains only that one operation definition.
|
||||||
*/
|
*/
|
||||||
class LoneAnonymousOperation extends \PHPUnit_Framework_TestCase
|
class LoneAnonymousOperation
|
||||||
{
|
{
|
||||||
static function anonOperationNotAloneMessage()
|
static function anonOperationNotAloneMessage()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user