mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08: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
|
@ -7,7 +7,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/../../phpBB/includes/functions.php';
|
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
|
class phpbb_auth_provider_apache_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue