summaryrefslogtreecommitdiff
path: root/t/03env.t
blob: 96448402807fbbd7f6f85004441580df1c08b1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- perl -*-
use lib qw(t lib);
use strict;
use warnings;
use Test;
use TestHttpd;

plan test => 3;

my $x = new TestHttpd(environ => { MOCK_HTTPD_CATCH => 22 });

ok($x->name, 'Apache');
ok($x->version, '2.4.6');
ok($x->defines('MOCK_HTTPD_CATCH'), 22);

Return to:

Send suggestions and report system problems to the System administrator.