From 78b5730e0ebf4c66de4c7d772a49ae7faa123d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 2 Oct 2025 20:28:33 +0200 Subject: [PATCH] Mark XML configuration tests as legacy --- tests/DependencyInjection/XmlMonologExtensionTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/DependencyInjection/XmlMonologExtensionTest.php b/tests/DependencyInjection/XmlMonologExtensionTest.php index 7c6656bf..abfc3a78 100644 --- a/tests/DependencyInjection/XmlMonologExtensionTest.php +++ b/tests/DependencyInjection/XmlMonologExtensionTest.php @@ -16,6 +16,11 @@ use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; +/** + * XML configuration deprecated since Symfony 7.4. + * + * @group legacy + */ class XmlMonologExtensionTest extends FixtureMonologExtensionTestCase { protected function loadFixture(ContainerBuilder $container, $fixture)