Skip to content

Commit f59e1e7

Browse files
committed
Show deprecations
1 parent 7d18c52 commit f59e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<php>
88
<!-- E_ALL => 32767 -->
99
<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
10-
<ini name="error_reporting" value="16383"/>
10+
<ini name="error_reporting" value="32767"/>
1111
<env name="FIXTURE_SCHEMA_METADATA" value="tests/schema.php"/>
1212
</php>
1313

0 commit comments

Comments
 (0)