mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
[ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"
PHPBB3-12056
This commit is contained in:
parent
b41781ed64
commit
d589696827
@ -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_db_test extends phpbb_database_test_case
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user