File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 22
33namespace GraphQL \SchemaObject ;
44
5- use GraphQL \Exception \EmptySelectionSetException ;
65use GraphQL \Query ;
76use GraphQL \QueryBuilder \AbstractQueryBuilder ;
87
@@ -68,4 +67,4 @@ public function getQuery(): Query
6867 {
6968 return parent ::getQuery ();
7069 }
71- }
70+ }
Original file line number Diff line number Diff line change 22
33namespace GraphQL \Tests ;
44
5- use GraphQL \Exception \EmptySelectionSetException ;
65use GraphQL \SchemaObject \ArgumentsObject ;
76use GraphQL \SchemaObject \InputObject ;
87use GraphQL \SchemaObject \QueryObject ;
@@ -55,16 +54,6 @@ public function testConstruct()
5554 (string ) $ object ->getQuery ());
5655 }
5756
58- /**
59- * @covers \GraphQL\SchemaObject\QueryObject::__construct
60- * @covers \GraphQL\Exception\EmptySelectionSetException
61- */
62- public function testEmptySelectionSet ()
63- {
64- $ this ->expectException (EmptySelectionSetException::class);
65- $ this ->queryObject ->getQuery ();
66- }
67-
6857 /**
6958 * @covers \GraphQL\SchemaObject\QueryObject::selectField
7059 * @covers \GraphQL\SchemaObject\QueryObject::getQuery
You can’t perform that action at this time.
0 commit comments