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.
2 parents f9e97ea + dab3e52 commit b935191Copy full SHA for b935191
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