From 664830a178052d915d5dfc59a3e023120781d6ba Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 11 Jun 2007 17:24:23 +0000 Subject: corrected TAPCCache according to #646 and added some more stubs for unit tests in System.Web.UI --- tests/unit/Web/AllTests.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/unit/Web/AllTests.php') diff --git a/tests/unit/Web/AllTests.php b/tests/unit/Web/AllTests.php index c9666be9..0315c7eb 100644 --- a/tests/unit/Web/AllTests.php +++ b/tests/unit/Web/AllTests.php @@ -14,6 +14,8 @@ require_once 'THttpSessionTest.php'; require_once 'THttpUtilityTest.php'; require_once 'TUriTest.php'; +require_once 'UI/AllTests.php'; + class Web_AllTests { public static function main() { PHPUnit_TextUI_TestRunner::run(self::suite()); @@ -31,6 +33,8 @@ class Web_AllTests { $suite->addTestSuite('THttpUtilityTest'); $suite->addTestSuite('TUriTest'); + $suite->addTest(Web_UI_AllTests::suite()); + return $suite; } } -- cgit v1.2.3