Skip to content

Commit d682c9b

Browse files
committed
Merge pull request #16 from VSEphpbb/master-updates
Fixes to work with DEBUG_CONTAINER
2 parents 52cfab3 + 5eb23b7 commit d682c9b

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)