blob: a84bf95cf1ee137769960de830a2870c20091c26 [file]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
plan tests => 3;
my $config = Apache::Test::config();
ok $config;
my $server = $config->server;
ok $server;
ok $server->ping;