blob: 66086308e1d151fc53bfa4cf174890c2d9284a8c [file]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
## testing user function in an nclude
plan tests => 1, need_php4;
my $expected = "Hello";
my $result = GET_BODY "/php/include2.php";
ok $result eq $expected;