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