diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/LineItemCollection.php')
-rw-r--r-- | tests/unit/SQLMap/domain/LineItemCollection.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unit/SQLMap/domain/LineItemCollection.php b/tests/unit/SQLMap/domain/LineItemCollection.php new file mode 100644 index 00000000..f177487c --- /dev/null +++ b/tests/unit/SQLMap/domain/LineItemCollection.php @@ -0,0 +1,8 @@ +<?php
+
+class LineItemCollection extends TList
+{
+
+}
+
+?>
\ No newline at end of file |