diff options
Diffstat (limited to 'tests/unit/Data/SqlMap/domain/LineItemCollection.php')
-rw-r--r-- | tests/unit/Data/SqlMap/domain/LineItemCollection.php | 6 |
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 +{ + +} |