summaryrefslogtreecommitdiff
path: root/tests/unit/Collections/AllTests.php
diff options
context:
space:
mode:
authorknut <>2007-06-04 23:33:06 +0000
committerknut <>2007-06-04 23:33:06 +0000
commit996bb8664856b302c96e19c6899010ea72ababe6 (patch)
tree0daad116697c7c9f58bc74244277457ede412348 /tests/unit/Collections/AllTests.php
parentb7d5fc392611f0cb7f1ff6d87b758cb9572c7806 (diff)
added more unit test stubs
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 a8a4e7f8..efa7eb21 100644
--- a/tests/unit/Collections/AllTests.php
+++ b/tests/unit/Collections/AllTests.php
@@ -11,6 +11,7 @@ require_once 'TQueueTest.php';
require_once 'TStackTest.php';
require_once 'TAttributeCollectionTest.php';
require_once 'TPagedListTest.php';
+require_once 'TPagedDataSourceTest.php';
class Collections_AllTests {
public static function main() {
@@ -26,6 +27,7 @@ class Collections_AllTests {
$suite->addTestSuite('TStackTest');
$suite->addTestSuite('TAttributeCollectionTest');
$suite->addTestSuite('TPagedListTest');
+ $suite->addTestSuite('TPagedDataSourceTest');
return $suite;
}