blob: 6cac3b0754c131f5de0cbf97c46cdb25c43d7c0d [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
#skip all tests in this directory unless php4 module is enabled
plan tests => 1, have_module 'php4';
ok 1;