diff options
Diffstat (limited to 'test/data/script.php')
-rw-r--r-- | test/data/script.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/script.php b/test/data/script.php new file mode 100644 index 000000000..55d7bc209 --- /dev/null +++ b/test/data/script.php @@ -0,0 +1,7 @@ +<?php +error_reporting(0); +if ( $_REQUEST['header'] ) { + header("Content-type: text/javascript"); +} +?> +ok( true, "Script executed correctly." ); |