summaryrefslogtreecommitdiff
path: root/tests/unit/Data/SqlMap/domain/DocumentCollection.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Data/SqlMap/domain/DocumentCollection.php')
-rw-r--r--tests/unit/Data/SqlMap/domain/DocumentCollection.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/Data/SqlMap/domain/DocumentCollection.php b/tests/unit/Data/SqlMap/domain/DocumentCollection.php
new file mode 100644
index 00000000..a2d5d89d
--- /dev/null
+++ b/tests/unit/Data/SqlMap/domain/DocumentCollection.php
@@ -0,0 +1,6 @@
+<?php
+
+class DocumentCollection extends TList
+{
+
+}