mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"
PHPBB3-12056
This commit is contained in:
parent
d589696827
commit
ffc24a507d
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
||||
|
||||
class phpbb_auth_provider_apache_test extends phpbb_database_test_case
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue