mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14807] Fix tests after symfony upgrade
PHPBB3-14807
This commit is contained in:
parent
82105070ad
commit
35ad0f1249
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ namespace
|
|||
// Checks the construction of a dumped container
|
||||
$container = $this->builder->get_container();
|
||||
$this->assertInstanceOf('phpbb_cache_container', $container);
|
||||
$this->assertFalse($container->isFrozen());
|
||||
$container->getParameterBag(); // needed, otherwise the container is not marked as frozen
|
||||
$this->assertTrue($container->isFrozen());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue