We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d53f5 commit 5eb23b7Copy full SHA for 5eb23b7
1 file changed
tests/framework/extension_database_test_case.php
@@ -181,6 +181,7 @@ protected function create_config_file($phpbb_root_path, $phpEx)
181
182
@define('PHPBB_INSTALLED', true);
183
@define('DEBUG', true);
184
+@define('DEBUG_CONTAINER', true);
185
186
";
187
if (file_put_contents($phpbb_root_path . 'config.' . $phpEx, $contents) === false)
0 commit comments