summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/php/all.t
blob: 13171f6a72df85b4be956fd9381b4096804be339 (plain)
1
2
3
4
5
6
7
8
9
use strict;
use warnings FATAL => 'all';

use Apache::Test;

#skip all tests in this directory unless php4 module is enabled
plan tests => 1, need_php;

ok 1;