Skip to content

Commit ae8d533

Browse files
committed
Remove duplicated test
1 parent 8d76a70 commit ae8d533

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tests/Dumper/XmlDumperTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ public function testExportParameters()
4747
$this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/xml/services8.xml', $dumper->dump(), '->dump() dumps parameters');
4848
}
4949

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-
5750
public function testAddService()
5851
{
5952
$container = include self::$fixturesPath.'/containers/container9.php';

0 commit comments

Comments
 (0)