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