Skip to content

Commit 9fe195d

Browse files
committed
Display Doctrine deprecations
1 parent f62a232 commit 9fe195d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
</testsuite>
1313
</testsuites>
1414

15-
<source>
15+
<php>
16+
<server name="DOCTRINE_DEPRECATIONS" value="trigger"/>
17+
</php>
18+
19+
<source ignoreSuppressionOfDeprecations="true">
1620
<include>
1721
<directory>src</directory>
1822
</include>

0 commit comments

Comments
 (0)