Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
php
/
all.t
blob: 13171f6a72df85b4be956fd9381b4096804be339 [
file
]
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
;