You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #541 Mark XML configuration tests as legacy (GromNaN)
This PR was squashed before being merged into the 3.x branch.
Discussion
----------
Mark XML configuration tests as legacy
| Q | A
| ------------- | ---
| Branch? | 3.x
| Bug fix? | no (test only)
| New feature? | no
| Deprecations? | no (deprecated by Symfony itself)
| Issues | Related to symfony/symfony#60568
| License | MIT
Hide deprecation notices on Symfony 7.4 without asserting the deprecation message:
```
13x: Since symfony/dependency-injection 7.4: XML configuration format is deprecated, use YAML or PHP instead.
1x in XmlMonologExtensionTest::testLoadWithSeveralHandlers from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testLoadWithOverwriting from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testLoadWithNewAtEnd from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testLoadWithNewAndPriority from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testHandlersWithChannels from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
...
Remaining indirect deprecation notices (3)
3x: Since symfony/dependency-injection 7.4: XML configuration format is deprecated, use YAML or PHP instead.
1x in XmlMonologExtensionTest::testLoadWithOverwriting from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testLoadWithNewAtEnd from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
1x in XmlMonologExtensionTest::testLoadWithNewAndPriority from Symfony\Bundle\MonologBundle\Tests\DependencyInjection
```
Commits
-------
78b5730 Mark XML configuration tests as legacy
0 commit comments