summaryrefslogtreecommitdiff
path: root/tests/unit/Collections/TPagedListTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Collections/TPagedListTest.php')
-rw-r--r--tests/unit/Collections/TPagedListTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/Collections/TPagedListTest.php b/tests/unit/Collections/TPagedListTest.php
index a225db61..c20c0319 100644
--- a/tests/unit/Collections/TPagedListTest.php
+++ b/tests/unit/Collections/TPagedListTest.php
@@ -1,6 +1,10 @@
<?php
-Prado::using('System.Collections.TPagedList');
+use Prado\Collections\TPagedList;
+use Prado\Collections\TPagedListFetchDataEventParameter;
+use Prado\Collections\TPagedListPageChangedEventParameter;
+use Prado\Exceptions\TInvalidDataValueException;
+
class MyPagedList extends TPagedList {