Skip to content

Commit 8289596

Browse files
Merge branch '4.4' into 5.4
* 4.4: [Stopwatch] Fix test expectation [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface KernelTestCase resets internal state on tearDown [HttpKernel] Fix extracting controller name from closures [Intl] fix wrong offset timezone PHP 8.1 Fix type binding Remove duplicated test Make document type nodes ignorable Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property
2 parents 7cfcb0e + ae8d533 commit 8289596

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
@@ -49,13 +49,6 @@ public function testExportParameters()
4949
$this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/xml/services8.xml', $dumper->dump(), '->dump() dumps parameters');
5050
}
5151

52-
public function testAddParameters()
53-
{
54-
$container = include self::$fixturesPath.'//containers/container8.php';
55-
$dumper = new XmlDumper($container);
56-
$this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/xml/services8.xml', $dumper->dump(), '->dump() dumps parameters');
57-
}
58-
5952
public function testAddService()
6053
{
6154
$container = include self::$fixturesPath.'/containers/container9.php';

0 commit comments

Comments
 (0)