summaryrefslogtreecommitdiff
path: root/tests/unit/AllTests.php
diff options
context:
space:
mode:
authorcarl <>2007-06-09 12:26:28 +0000
committercarl <>2007-06-09 12:26:28 +0000
commitc6d4662e08b300ae2d388322f8be8e6d61994074 (patch)
treec8184df26166871a65946503cee46fbee3f41bba /tests/unit/AllTests.php
parent57089028b6e03a2c15687b5e4708dd2011af287d (diff)
simple unit test for TActiveHiddenField property Value
Diffstat (limited to 'tests/unit/AllTests.php')
-rw-r--r--tests/unit/AllTests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php
index 6917ac71..bbd53a66 100644
--- a/tests/unit/AllTests.php
+++ b/tests/unit/AllTests.php
@@ -11,6 +11,7 @@ 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 'Web/UI/ActiveControls/AllTests.php';
require_once 'Security/AllTests.php';
require_once 'Caching/AllTests.php';
require_once 'Util/AllTests.php';
@@ -31,6 +32,7 @@ class AllTests {
$suite->addTest(I18N_core_AllTests::suite());
$suite->addTest(Web_AllTests::suite());
$suite->addTest(Web_UI_WebControls_AllTests::suite());
+ $suite->addTest(Web_UI_ActiveControls_AllTests::suite());
$suite->addTest(Security_AllTests::suite());
$suite->addTest(Caching_AllTests::suite());
$suite->addTest(Util_AllTests::suite());