public function XmlDumperTest::testAddParameters in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Tests/Dumper/XmlDumperTest.php \Symfony\Component\DependencyInjection\Tests\Dumper\XmlDumperTest::testAddParameters()
File
- vendor/
symfony/ dependency-injection/ Tests/ Dumper/ XmlDumperTest.php, line 40
Class
Namespace
Symfony\Component\DependencyInjection\Tests\DumperCode
public function testAddParameters() {
$container = (include self::$fixturesPath . '//containers/container8.php');
$dumper = new XmlDumper($container);
$this
->assertXmlStringEqualsXmlFile(self::$fixturesPath . '/xml/services8.xml', $dumper
->dump(), '->dump() dumps parameters');
}