mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12775] Add tests for the container factory
PHPBB3-12775
This commit is contained in:
@@ -170,7 +170,7 @@ class container_factory
|
||||
$this->container->compile();
|
||||
}
|
||||
|
||||
if ($this->dump_container && defined('DEBUG'))
|
||||
if ($this->dump_container && !defined('DEBUG'))
|
||||
{
|
||||
$this->dump_container($container_filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user