Skip to content

Commit dab3e52

Browse files
authored
Fix fatal error
1 parent f9e97ea commit dab3e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validator/Rules/LoneAnonymousOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* A GraphQL document is only valid if when it contains an anonymous operation
1515
* (the query short-hand) that it contains only that one operation definition.
1616
*/
17-
class LoneAnonymousOperation extends \PHPUnit_Framework_TestCase
17+
class LoneAnonymousOperation
1818
{
1919
static function anonOperationNotAloneMessage()
2020
{

0 commit comments

Comments
 (0)