]> Dogcows Code - chaz/graphql-client/blob - t/https.t
Release GraphQL-Client 0.605
[chaz/graphql-client] / t / https.t
1 #!/usr/bin/env perl
2
3 use warnings;
4 use strict;
5
6 use Test::More;
7
8 use GraphQL::Client::https;
9
10 isa_ok('GraphQL::Client::https', 'GraphQL::Client::http');
11 can_ok('GraphQL::Client::https', qw(new execute));
12
13 done_testing;
This page took 0.0354 seconds and 4 git commands to generate.