diff options
Diffstat (limited to 'tests/unit/Collections/TStackTest.php')
-rw-r--r-- | tests/unit/Collections/TStackTest.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Collections/TStackTest.php b/tests/unit/Collections/TStackTest.php index 80dc77c3..39bc50ed 100644 --- a/tests/unit/Collections/TStackTest.php +++ b/tests/unit/Collections/TStackTest.php @@ -1,6 +1,9 @@ <?php -Prado::using('System.Collections.TStack'); +use Prado\Collections\TStack; +use Prado\Exceptions\TInvalidDataTypeException; +use Prado\Exceptions\TInvalidOperationException; + /** * @package System.Collections |