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