mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"
PHPBB3-12056
This commit is contained in:
parent
b41781ed64
commit
d589696827
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_db_test extends phpbb_database_test_case
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue