blob: 545cd41ccf6fb9be646102e1c7b90a85821f80a8 [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, have_module 'php4';
my $result = GET_BODY "/php/if.php";
ok $result eq 'Yes';