1
0
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:
Tristan Darricau
2014-06-28 01:36:59 +02:00
parent c87f44c669
commit 1d966fbc86
9 changed files with 168 additions and 323 deletions

View File

@@ -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);
}