diff options
author | Cesar G <prototech91@gmail.com> | 2014-03-29 09:29:47 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-03-29 09:32:04 -0700 |
commit | b893dae105f72b7c34abe855e24f0dec35206208 (patch) | |
tree | d372bda9cdc495bb792e0500834aeb0bcebde884 /tests/functions | |
parent | 2a822931c6d95fe9e6066752ec59ab614189837e (diff) | |
download | forums-b893dae105f72b7c34abe855e24f0dec35206208.tar forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.gz forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.bz2 forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.xz forums-b893dae105f72b7c34abe855e24f0dec35206208.zip |
[ticket/11959] Move phpbb_generate_string_list() to functions_content.php.
PHPBB3-11959
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/generate_string_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/generate_string_list.php b/tests/functions/generate_string_list.php index 60269b5656..cfc150c1f4 100644 --- a/tests/functions/generate_string_list.php +++ b/tests/functions/generate_string_list.php @@ -7,7 +7,7 @@ * */ -require_once dirname(__FILE__) . '/../../phpBB/includes/functions_display.php'; +require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; class phpbb_generate_string_list_test extends phpbb_test_case |