summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php')
-rw-r--r--www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php b/www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php
new file mode 100644
index 00000000..9ceedf6b
--- /dev/null
+++ b/www/wiki/tests/phpunit/data/autoloader/TestAutoloadedClass.php
@@ -0,0 +1,4 @@
+<?php
+
+class TestAutoloadedClass {
+}