diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-01-07 01:15:06 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-07 01:15:06 +0100 |
commit | 5b752a2fed82f27cb1e383583dc4ccb87f7e12e5 (patch) | |
tree | 03b5121cc6e5066ba69a92a2af3b18b4509644fa /tests/template/templates/_dummy_include.php.inc | |
parent | d968d35271229671d1285d6c53a1c6aa110307fb (diff) | |
parent | b48b90977382e936a4d98981e55b02c8e574e07b (diff) | |
download | forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.gz forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.bz2 forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.xz forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.zip |
Merge branch 'task/phpunit-xml' into develop-olympus
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"; |