aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/create_container_test.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-10-09 22:13:58 +0200
committerTristan Darricau <github@nicofuma.fr>2016-10-09 22:13:58 +0200
commit35ad0f124933495c8282342679048860d057c362 (patch)
tree6094ab69488ac4e40f61e3d3318f53eaa247ca68 /tests/di/create_container_test.php
parent82105070ad2e3886d5fbe9d7483f787806e58cfc (diff)
downloadforums-35ad0f124933495c8282342679048860d057c362.tar
forums-35ad0f124933495c8282342679048860d057c362.tar.gz
forums-35ad0f124933495c8282342679048860d057c362.tar.bz2
forums-35ad0f124933495c8282342679048860d057c362.tar.xz
forums-35ad0f124933495c8282342679048860d057c362.zip
[ticket/14807] Fix tests after symfony upgrade
PHPBB3-14807
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r--tests/di/create_container_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index 4dd0583ebe..aba7a3560b 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -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());
}