aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/create_container_test.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-04 17:47:36 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 20:59:55 +0100
commit0b61e3540de353f2bf0a6904a87727e4efe9c5fa (patch)
treed1c30153a8e82858a3ee838c93db496e868c74db /tests/di/create_container_test.php
parent3a167aa0c3eaec6c4b9d322460480786234e0419 (diff)
downloadforums-0b61e3540de353f2bf0a6904a87727e4efe9c5fa.tar
forums-0b61e3540de353f2bf0a6904a87727e4efe9c5fa.tar.gz
forums-0b61e3540de353f2bf0a6904a87727e4efe9c5fa.tar.bz2
forums-0b61e3540de353f2bf0a6904a87727e4efe9c5fa.tar.xz
forums-0b61e3540de353f2bf0a6904a87727e4efe9c5fa.zip
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r--tests/di/create_container_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index ec9828debb..4e47751999 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -146,7 +146,6 @@ namespace
$this->assertInstanceOf('Symfony\Component\DependencyInjection\ContainerBuilder', $container);
$this->assertTrue($container->hasParameter('my_parameter'));
- $this->assertFalse($container->hasParameter('core.root_path'));
}
}
}