Skip to content

Commit

Permalink
Ignore doctrine.orm.controller_resolver.auto_mapping deprecation
Browse files Browse the repository at this point in the history
Fixes #1762 (comment)
Closes #1778
  • Loading branch information
ostrolucky committed Mar 21, 2024
1 parent ebef1ba commit 7f209ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
</testsuite>
</testsuites>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="ignoreFile=./tests/baseline-ignore"/>
</php>

<filter>
<whitelist>
<directory>src</directory>
Expand Down
1 change: 1 addition & 0 deletions tests/baseline-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
%"doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`.%

0 comments on commit 7f209ad

Please sign in to comment.