t/php/virtual.t (10 lines of code) (raw):
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;
plan tests => 1, sub { need_php() && need_module('negotiation') };
my $result = GET_BODY "/php/virtual.php";
chomp $result;
ok t_cmp($result, "before file.html after",
"regression test for http://bugs.php.net/bug.php?id=30446");