From 7f209ad2e6721be972948bba4b155ac706e0c825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Thu, 21 Mar 2024 21:58:25 +0100 Subject: [PATCH] Ignore doctrine.orm.controller_resolver.auto_mapping deprecation Fixes https://github.com/doctrine/DoctrineBundle/pull/1762#issuecomment-2005883237 Closes #1778 --- phpunit.xml.dist | 4 ++++ tests/baseline-ignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/baseline-ignore diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ebca32da..d05d4d82 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,6 +7,10 @@ + + + + src diff --git a/tests/baseline-ignore b/tests/baseline-ignore new file mode 100644 index 00000000..b17b832e --- /dev/null +++ b/tests/baseline-ignore @@ -0,0 +1 @@ +%"doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`.% \ No newline at end of file