Skip to content

Commit 78b5730

Browse files
committed
Mark XML configuration tests as legacy
1 parent 6c655fb commit 78b5730

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/DependencyInjection/XmlMonologExtensionTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
use Symfony\Component\DependencyInjection\Definition;
1717
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
1818

19+
/**
20+
* XML configuration deprecated since Symfony 7.4.
21+
*
22+
* @group legacy
23+
*/
1924
class XmlMonologExtensionTest extends FixtureMonologExtensionTestCase
2025
{
2126
protected function loadFixture(ContainerBuilder $container, $fixture)

0 commit comments

Comments
 (0)