We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884a5fe commit c242094Copy full SHA for c242094
tests/Mappers/Root/CallableTypeMapperTest.php
@@ -26,6 +26,7 @@
26
use TheCodingMachine\GraphQLite\Mappers\CannotMapTypeException;
27
28
#[CoversClass(CallableTypeMapper::class)]
29
+#[CoversClass(CannotMapTypeException::class)]
30
class CallableTypeMapperTest extends AbstractQueryProvider
31
{
32
public function testMapsCallableReturnTypeUsingTopRootMapper(): void
0 commit comments