diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-10-09 22:13:58 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-10-09 22:13:58 +0200 |
commit | 35ad0f124933495c8282342679048860d057c362 (patch) | |
tree | 6094ab69488ac4e40f61e3d3318f53eaa247ca68 /tests | |
parent | 82105070ad2e3886d5fbe9d7483f787806e58cfc (diff) | |
download | forums-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')
-rw-r--r-- | tests/di/create_container_test.php | 2 |
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()); } |