Skip to content

Commit

Permalink
Merge pull request #533 from creative-commoners/pulls/5.0/controller-…
Browse files Browse the repository at this point in the history
…test

MNT Update expected data
  • Loading branch information
sabina-talipova authored Apr 26, 2023
2 parents dbe5fab + da2ff35 commit 0e02071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function providePrepareBacktrace()
'class' => 'GraphQL\\Language\\Visitor',
'type' => '::',
'args' => [
'{"kind":"Document","loc":{"start":0,"end":121},"definitions":[{"kind":"OperationDefinition","loc":{"start":0,"end":121},"name":{"kind":"Name","loc":{"start":6,"end":15},"value":"ReadFiles"},"operation":"query","variableDefinitions":[{"kind":"VariableDefinition","loc":{"start":16,"end":39},"variable":{"kind":"Variable","loc":{"start":16,"end":23},"name":{"kind":"Name","loc":{"start":17,"end":23},"value":"filter"}},"type":{"kind":"NonNullType","loc":{"start":25,"end":39},"type":{"kind":"NamedType","loc":{"start":25,"end":38},"name":{"kind":"Name","loc":{"start":25,"end":38},"value":"FakeInputType"}}},"directives":[]}],"directives":[],"selectionSet":{"kind":"SelectionSet","loc":{"start":41,"end":121},"selections":[{"kind":"Field","loc":{"start":45,"end":119},"name":{"kind":"Name","loc":{"start":45,"end":54},"value":"readFiles"},"arguments":[{"kind":"Argument","loc":{"start":55,"end":70},"value":{"kind":"Variable","loc":{"start":63,"end":70},"name":{"kind":"Name","loc":{"start":64,"end":70},"value":"filter"}},"name":{"kind":"Name","loc":{"start":55,"end":61},"value":"filter"}}],"directives":[],"selectionSet":{"kind":"SelectionSet","loc":{"start":72,"end":119},"selections":[{"kind":"InlineFragment","loc":{"start":78,"end":115},"typeCondition":{"kind":"NamedType","loc":{"start":85,"end":98},"name":{"kind":"Name","loc":{"start":85,"end":98},"value":"FileInterface"}},"directives":[],"selectionSet":{"kind":"SelectionSet","loc":{"start":99,"end":115},"selections":[{"kind":"Field","loc":{"start":107,"end":109},"name":{"kind":"Name","loc":{"start":107,"end":109},"value":"id"},"arguments":[],"directives":[]}]}}]}}]}}]}',
'{"loc":{"start":0,"end":121},"kind":"Document","definitions":[{"loc":{"start":0,"end":121},"kind":"OperationDefinition","name":{"loc":{"start":6,"end":15},"kind":"Name","value":"ReadFiles"},"operation":"query","variableDefinitions":[{"loc":{"start":16,"end":39},"kind":"VariableDefinition","variable":{"loc":{"start":16,"end":23},"kind":"Variable","name":{"loc":{"start":17,"end":23},"kind":"Name","value":"filter"}},"type":{"loc":{"start":25,"end":39},"kind":"NonNullType","type":{"loc":{"start":25,"end":38},"kind":"NamedType","name":{"loc":{"start":25,"end":38},"kind":"Name","value":"FakeInputType"}}},"directives":[]}],"directives":[],"selectionSet":{"loc":{"start":41,"end":121},"kind":"SelectionSet","selections":[{"loc":{"start":45,"end":119},"kind":"Field","name":{"loc":{"start":45,"end":54},"kind":"Name","value":"readFiles"},"arguments":[{"loc":{"start":55,"end":70},"kind":"Argument","value":{"loc":{"start":63,"end":70},"kind":"Variable","name":{"loc":{"start":64,"end":70},"kind":"Name","value":"filter"}},"name":{"loc":{"start":55,"end":61},"kind":"Name","value":"filter"}}],"directives":[],"selectionSet":{"loc":{"start":72,"end":119},"kind":"SelectionSet","selections":[{"loc":{"start":78,"end":115},"kind":"InlineFragment","typeCondition":{"loc":{"start":85,"end":98},"kind":"NamedType","name":{"loc":{"start":85,"end":98},"kind":"Name","value":"FileInterface"}},"directives":[],"selectionSet":{"loc":{"start":99,"end":115},"kind":"SelectionSet","selections":[{"loc":{"start":107,"end":109},"kind":"Field","name":{"loc":{"start":107,"end":109},"kind":"Name","value":"id"},"arguments":[],"directives":[]}]}}]}}]}}]}',
'Array',
],
],
Expand Down

0 comments on commit 0e02071

Please sign in to comment.