Skip to content

Commit 5eb23b7

Browse files
committed
Fixes to work with DEBUG_CONTAINER
1 parent b5d53f5 commit 5eb23b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/framework/extension_database_test_case.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ protected function create_config_file($phpbb_root_path, $phpEx)
181181
182182
@define('PHPBB_INSTALLED', true);
183183
@define('DEBUG', true);
184+
@define('DEBUG_CONTAINER', true);
184185
185186
";
186187
if (file_put_contents($phpbb_root_path . 'config.' . $phpEx, $contents) === false)

0 commit comments

Comments
 (0)