aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/generate_string_list.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-03-29 09:29:47 -0700
committerCesar G <prototech91@gmail.com>2014-03-29 09:32:04 -0700
commitb893dae105f72b7c34abe855e24f0dec35206208 (patch)
treed372bda9cdc495bb792e0500834aeb0bcebde884 /tests/functions/generate_string_list.php
parent2a822931c6d95fe9e6066752ec59ab614189837e (diff)
downloadforums-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/generate_string_list.php')
-rw-r--r--tests/functions/generate_string_list.php2
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