summaryrefslogtreecommitdiff
path: root/tests/unit/AllTests.php
diff options
context:
space:
mode:
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());