diff options
Diffstat (limited to 'tests/template/templates/_dummy_include.php.inc')
-rw-r--r-- | tests/template/templates/_dummy_include.php.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template/templates/_dummy_include.php.inc b/tests/template/templates/_dummy_include.php.inc new file mode 100644 index 0000000000..aacb6b2045 --- /dev/null +++ b/tests/template/templates/_dummy_include.php.inc @@ -0,0 +1,3 @@ +<?php +// extension is .php.inc so PHPUnit ignores it +echo "testing included php"; |