diff options
Diffstat (limited to 'tests/unit/Collections/TMapTest.php')
-rw-r--r-- | tests/unit/Collections/TMapTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/Collections/TMapTest.php b/tests/unit/Collections/TMapTest.php index da198eb4..b817c1a0 100644 --- a/tests/unit/Collections/TMapTest.php +++ b/tests/unit/Collections/TMapTest.php @@ -1,5 +1,10 @@ <?php +use Prado\Collections\TList; +use Prado\Collections\TMap; +use Prado\Exceptions\TInvalidDataTypeException; +use Prado\Exceptions\TInvalidOperationException; + class TMapTest_MapItem { public $data='data'; } |