public function XmlDumperTest::testDumpDecoratedServices 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::testDumpDecoratedServices()
@dataProvider provideDecoratedServicesData
File
- vendor/
symfony/ dependency-injection/ Tests/ Dumper/ XmlDumperTest.php, line 126
Class
Namespace
Symfony\Component\DependencyInjection\Tests\DumperCode
public function testDumpDecoratedServices($expectedXmlDump, $container) {
$dumper = new XmlDumper($container);
$this
->assertEquals($expectedXmlDump, $dumper
->dump());
}