blob: 74cbe369f1b0f4d76e1cff8b78bf40c19efa38b0 [file]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
## testing include
plan tests => 1, need_php;
my $expected = "Hello";
my $result = GET_BODY "/php/include.php";
ok $result eq $expected;