From 996bb8664856b302c96e19c6899010ea72ababe6 Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 4 Jun 2007 23:33:06 +0000 Subject: added more unit test stubs --- tests/unit/AllTests.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/unit/AllTests.php') diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php index e097247b..6917ac71 100644 --- a/tests/unit/AllTests.php +++ b/tests/unit/AllTests.php @@ -11,6 +11,9 @@ require_once 'Collections/AllTests.php'; require_once 'I18N/core/AllTests.php'; require_once 'Web/AllTests.php'; require_once 'Web/UI/WebControls/AllTests.php'; +require_once 'Security/AllTests.php'; +require_once 'Caching/AllTests.php'; +require_once 'Util/AllTests.php'; require_once 'TComponentTest.php'; @@ -28,6 +31,9 @@ class AllTests { $suite->addTest(I18N_core_AllTests::suite()); $suite->addTest(Web_AllTests::suite()); $suite->addTest(Web_UI_WebControls_AllTests::suite()); + $suite->addTest(Security_AllTests::suite()); + $suite->addTest(Caching_AllTests::suite()); + $suite->addTest(Util_AllTests::suite()); $suite->addTestSuite('TComponentTest'); -- cgit v1.2.3