summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/data/themedir1/default/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/data/themedir1/default/functions.php')
-rw-r--r--tests/phpunit/data/themedir1/default/functions.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit/data/themedir1/default/functions.php b/tests/phpunit/data/themedir1/default/functions.php
new file mode 100644
index 0000000000..1c8413d3a1
--- /dev/null
+++ b/tests/phpunit/data/themedir1/default/functions.php
@@ -0,0 +1,7 @@
+<?php
+
+// dummy theme
+
+echo dirname(__FILE__).'/'.basename(__FILE__);
+
+?>