Skip to content

Commit 982fadd

Browse files
Bring test suite configuration closer to best practice defaults
1 parent 40d3b32 commit 982fadd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
bootstrap="tests/bootstrap.php"
55
cacheDirectory=".phpunit.cache"
66
beStrictAboutOutputDuringTests="true"
7+
displayDetailsOnPhpunitDeprecations="true"
8+
failOnPhpunitDeprecation="true"
79
failOnRisky="true"
810
failOnWarning="true"
911
colors="true">
@@ -39,7 +41,7 @@
3941
</testsuite>
4042
</testsuites>
4143

42-
<source>
44+
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
4345
<include>
4446
<directory>src</directory>
4547
</include>

0 commit comments

Comments
 (0)