diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-12-04 13:44:33 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-12-04 13:44:33 +0100 |
commit | 417fddf710374a65321974173aa6e3f89cff50b1 (patch) | |
tree | 97436f24eb99880c7670ffedb1a8f844c47e0e01 /tests/functions/validate_password_test.php | |
parent | 7e160e4fc0a7b3e02d15b892d8b8c202cb0639f6 (diff) | |
download | forums-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/functions/validate_password_test.php')
-rw-r--r-- | tests/functions/validate_password_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functions/validate_password_test.php b/tests/functions/validate_password_test.php index 4639f6cc89..82c5fa03c1 100644 --- a/tests/functions/validate_password_test.php +++ b/tests/functions/validate_password_test.php @@ -7,6 +7,7 @@ * */ +require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php'; require_once dirname(__FILE__) . '/validate_data_helper.php'; |