1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12620] Fix functional tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-05-30 16:18:11 +02:00
parent 733ae584dd
commit c4842fe119
2 changed files with 2 additions and 0 deletions

View File

@@ -472,6 +472,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_cont
if ($debug_test)
{
$config_data .= "@define('DEBUG_TEST', true);\n";
$config_data .= "@define('DEBUG', true);\n"; // Mandatory for the functional tests, will be removed by PHPBB3-12623
}
return $config_data;