1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10931] Make to_numeric function globally available.

PHPBB3-10931
This commit is contained in:
Andreas Fischer
2012-06-11 15:22:55 +02:00
parent 09fb9a9efe
commit cbff02db4f
3 changed files with 16 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
*/
require_once dirname(__FILE__) . '/phpbb_php_ini_fake.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
class phpbb_wrapper_phpbb_php_ini_test extends phpbb_test_case
{