summaryrefslogtreecommitdiff
path: root/tests/unit/Collections/TQueueTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Collections/TQueueTest.php')
-rw-r--r--tests/unit/Collections/TQueueTest.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Collections/TQueueTest.php b/tests/unit/Collections/TQueueTest.php
index da60eae3..531214aa 100644
--- a/tests/unit/Collections/TQueueTest.php
+++ b/tests/unit/Collections/TQueueTest.php
@@ -1,6 +1,9 @@
<?php
-Prado::using('System.Collections.TQueue');
+use Prado\Collections\TQueue;
+use Prado\Exceptions\TInvalidDataTypeException;
+use Prado\Exceptions\TInvalidOperationException;
+
/**
* @package System.Collections