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