mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13770] Update tests
PHPBB3-13770
This commit is contained in:
committed by
Nicofuma
parent
c96e7ef171
commit
549fe66d90
@@ -142,7 +142,10 @@ class container_builder
|
||||
}
|
||||
|
||||
// Inject the config
|
||||
$this->container_extensions[] = new extension\config($this->config_php_file);
|
||||
if ($this->config_php_file)
|
||||
{
|
||||
$this->container_extensions[] = new extension\config($this->config_php_file);
|
||||
}
|
||||
|
||||
$this->container = $this->create_container($this->container_extensions);
|
||||
|
||||
|
Reference in New Issue
Block a user