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 ebef1ba commit 7f209adCopy full SHA for 7f209ad
phpunit.xml.dist
@@ -7,6 +7,10 @@
7
</testsuite>
8
</testsuites>
9
10
+ <php>
11
+ <env name="SYMFONY_DEPRECATIONS_HELPER" value="ignoreFile=./tests/baseline-ignore"/>
12
+ </php>
13
+
14
<filter>
15
<whitelist>
16
<directory>src</directory>
tests/baseline-ignore
@@ -0,0 +1 @@
1
+%"doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`.%
0 commit comments