aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regex
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-12-04 13:44:33 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-12-04 13:44:33 +0100
commit417fddf710374a65321974173aa6e3f89cff50b1 (patch)
tree97436f24eb99880c7670ffedb1a8f844c47e0e01 /tests/regex
parent7e160e4fc0a7b3e02d15b892d8b8c202cb0639f6 (diff)
downloadforums-417fddf710374a65321974173aa6e3f89cff50b1.tar
forums-417fddf710374a65321974173aa6e3f89cff50b1.tar.gz
forums-417fddf710374a65321974173aa6e3f89cff50b1.tar.bz2
forums-417fddf710374a65321974173aa6e3f89cff50b1.tar.xz
forums-417fddf710374a65321974173aa6e3f89cff50b1.zip
[ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()".
PHPBB3-12056
Diffstat (limited to 'tests/regex')
-rw-r--r--tests/regex/password_complexity_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regex/password_complexity_test.php b/tests/regex/password_complexity_test.php
index 07453555ee..e2aefdaac8 100644
--- a/tests/regex/password_complexity_test.php
+++ b/tests/regex/password_complexity_test.php
@@ -7,6 +7,7 @@
*
*/
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php';
class phpbb_password_complexity_test extends phpbb_test_case