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 6c655fb commit 78b5730Copy full SHA for 78b5730
tests/DependencyInjection/XmlMonologExtensionTest.php
@@ -16,6 +16,11 @@
16
use Symfony\Component\DependencyInjection\Definition;
17
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
18
19
+/**
20
+ * XML configuration deprecated since Symfony 7.4.
21
+ *
22
+ * @group legacy
23
+ */
24
class XmlMonologExtensionTest extends FixtureMonologExtensionTestCase
25
{
26
protected function loadFixture(ContainerBuilder $container, $fixture)
0 commit comments