We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d76a70 commit ae8d533Copy full SHA for ae8d533
Tests/Dumper/XmlDumperTest.php
@@ -47,13 +47,6 @@ public function testExportParameters()
47
$this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/xml/services8.xml', $dumper->dump(), '->dump() dumps parameters');
48
}
49
50
- public function testAddParameters()
51
- {
52
- $container = include self::$fixturesPath.'//containers/container8.php';
53
- $dumper = new XmlDumper($container);
54
- $this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/xml/services8.xml', $dumper->dump(), '->dump() dumps parameters');
55
- }
56
-
57
public function testAddService()
58
{
59
$container = include self::$fixturesPath.'/containers/container9.php';
0 commit comments