summaryrefslogtreecommitdiff
path: root/tests/unit/Collections/TAttributeCollectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Collections/TAttributeCollectionTest.php')
-rw-r--r--tests/unit/Collections/TAttributeCollectionTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Collections/TAttributeCollectionTest.php b/tests/unit/Collections/TAttributeCollectionTest.php
index f61f58b3..9ce5ef82 100644
--- a/tests/unit/Collections/TAttributeCollectionTest.php
+++ b/tests/unit/Collections/TAttributeCollectionTest.php
@@ -1,6 +1,8 @@
<?php
-Prado::using('System.Collections.TAttributeCollection');
+use Prado\Collections\TAttributeCollection;
+use Prado\Exceptions\TInvalidOperationException;
+
/**
* @package System.Collections