aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_acp/all_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions_acp/all_tests.php')
-rw-r--r--tests/functions_acp/all_tests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functions_acp/all_tests.php b/tests/functions_acp/all_tests.php
index d5f0c86dc9..2b9c06f0ed 100644
--- a/tests/functions_acp/all_tests.php
+++ b/tests/functions_acp/all_tests.php
@@ -17,6 +17,7 @@ require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'functions_acp/build_select.php';
require_once 'functions_acp/h_radio.php';
+require_once 'functions_acp/validate_range.php';
class phpbb_functions_acp_all_tests
{
@@ -31,6 +32,7 @@ class phpbb_functions_acp_all_tests
$suite->addTestSuite('phpbb_functions_acp_built_select_test');
$suite->addTestSuite('phpbb_functions_acp_h_radio_test');
+ $suite->addTestSuite('phpbb_functions_acp_validate_range_test');
return $suite;
}