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 6b2d676e60..d5f0c86dc9 100644
--- a/tests/functions_acp/all_tests.php
+++ b/tests/functions_acp/all_tests.php
@@ -16,6 +16,7 @@ require_once 'test_framework/framework.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'functions_acp/build_select.php';
+require_once 'functions_acp/h_radio.php';
class phpbb_functions_acp_all_tests
{
@@ -29,6 +30,7 @@ class phpbb_functions_acp_all_tests
$suite = new PHPUnit_Framework_TestSuite('phpBB Network Functions');
$suite->addTestSuite('phpbb_functions_acp_built_select_test');
+ $suite->addTestSuite('phpbb_functions_acp_h_radio_test');
return $suite;
}