1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14807] Fix tests after symfony upgrade

PHPBB3-14807
This commit is contained in:
Tristan Darricau
2016-10-09 22:13:58 +02:00
parent 82105070ad
commit 35ad0f1249

View File

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