diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-09-16 01:07:12 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-01 13:38:41 +0100 |
commit | d59327a9c4dfcef41ccb884f396dadeff6aa1fbd (patch) | |
tree | 7ee736fc7aff4ea44e8ef9db1c3e4a8f58034cfa /tests/functions_acp/all_tests.php | |
parent | eb2de91e7b3982c2613f93ab05ce4a2001c0f163 (diff) | |
download | forums-d59327a9c4dfcef41ccb884f396dadeff6aa1fbd.tar forums-d59327a9c4dfcef41ccb884f396dadeff6aa1fbd.tar.gz forums-d59327a9c4dfcef41ccb884f396dadeff6aa1fbd.tar.bz2 forums-d59327a9c4dfcef41ccb884f396dadeff6aa1fbd.tar.xz forums-d59327a9c4dfcef41ccb884f396dadeff6aa1fbd.zip |
[ticket/9823] Unit tests for h_radio.
PHPBB3-9823
Diffstat (limited to 'tests/functions_acp/all_tests.php')
-rw-r--r-- | tests/functions_acp/all_tests.php | 2 |
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; } |