We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e97ea commit dab3e52Copy full SHA for dab3e52
src/Validator/Rules/LoneAnonymousOperation.php
@@ -14,7 +14,7 @@
14
* A GraphQL document is only valid if when it contains an anonymous operation
15
* (the query short-hand) that it contains only that one operation definition.
16
*/
17
-class LoneAnonymousOperation extends \PHPUnit_Framework_TestCase
+class LoneAnonymousOperation
18
{
19
static function anonOperationNotAloneMessage()
20
0 commit comments