summaryrefslogtreecommitdiff
path: root/tests/simple_unit/SqlMap/domain/DocumentCollection.php
blob: c130db56a155d33e614933b8f3a4d55def542850 (plain)
1
2
3
4
5
6
7
8
<?php

class DocumentCollection extends TList
{

}

?>