Apache2-DirBasedHandler-TT
view release on metacpan or search on metacpan
t/classes.t view on Meta::CPAN
use strict;
use warnings FATAL => 'all';
use lib 't';
use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil qw(t_cmp);
plan tests => 8, need_lwp;
base: {
my $res = GET '/dbh/';
ok( t_cmp($res->content, qq[you might want to override "root_index"], "index request - DirBasedHandler" ));
$res = GET '/dbh/haha/funny';
( run in 0.273 second using v1.01-cache-2.11-cpan-87723dcf8b7 )