Skip to content

Commit 1b44bed

Browse files
committed
Remove var_dump
1 parent ca192cf commit 1b44bed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/MixedTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ protected function executeQueryWithLiteral(string $literal): ExecutionResult
170170
foo(bar: {$literal})
171171
}
172172
";
173-
var_dump(
174-
SchemaPrinter::doPrint($this->schema));
175-
173+
176174
return GraphQL::executeQuery(
177175
$this->schema,
178176
$query

0 commit comments

Comments
 (0)