summaryrefslogtreecommitdiff
path: root/tests/unit/Collections/AllTests.php
diff options
context:
space:
mode:
authorknut <>2007-05-30 23:03:25 +0000
committerknut <>2007-05-30 23:03:25 +0000
commitf71f9562d2ed0839f48bbf1bda7a80d0bc157778 (patch)
treee97ed4a60c13dfda492afb1c879fef70ec000238 /tests/unit/Collections/AllTests.php
parente0b8de519a737afa5765a7bda4856c045a8eb984 (diff)
added stubs for TPageListTest
Diffstat (limited to 'tests/unit/Collections/AllTests.php')
-rw-r--r--tests/unit/Collections/AllTests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/Collections/AllTests.php b/tests/unit/Collections/AllTests.php
index 84ac3a9c..a8a4e7f8 100644
--- a/tests/unit/Collections/AllTests.php
+++ b/tests/unit/Collections/AllTests.php
@@ -10,6 +10,7 @@ require_once 'TMapTest.php';
require_once 'TQueueTest.php';
require_once 'TStackTest.php';
require_once 'TAttributeCollectionTest.php';
+require_once 'TPagedListTest.php';
class Collections_AllTests {
public static function main() {
@@ -24,6 +25,7 @@ class Collections_AllTests {
$suite->addTestSuite('TQueueTest');
$suite->addTestSuite('TStackTest');
$suite->addTestSuite('TAttributeCollectionTest');
+ $suite->addTestSuite('TPagedListTest');
return $suite;
}