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