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 80f2ee9 commit f8b54afCopy full SHA for f8b54af
tests/DependencyInjection/XmlDoctrineExtensionTest.php
@@ -5,11 +5,14 @@
5
namespace Doctrine\Bundle\DoctrineBundle\Tests\DependencyInjection;
6
7
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
8
+use PHPUnit\Framework\Attributes\RequiresMethod;
9
use Symfony\Component\Config\FileLocator;
10
use Symfony\Component\DependencyInjection\ContainerBuilder;
11
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
12
+use Symfony\Component\Validator\Mapping\Loader\XmlFileLoader as LoaderXmlFileLoader;
13
14
#[IgnoreDeprecations]
15
+#[RequiresMethod(LoaderXmlFileLoader::class, 'loadFile')]
16
class XmlDoctrineExtensionTest extends AbstractDoctrineExtensionTestCase
17
{
18
protected function loadFromFile(
0 commit comments