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