From c80afb555e1264f1acf736f7bf464dc4298cdfe1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Sep 2010 01:08:18 +0200 Subject: [ticket/9823] Unit tests for validate_rang. PHPBB3-9823 --- tests/functions_acp/all_tests.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/functions_acp/all_tests.php') 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; } -- cgit v1.2.1