[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
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

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