Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6eb796f

Browse files
committedSep 7, 2024··
Update PHPUnit configuration
1 parent d904039 commit 6eb796f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎phpunit.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
77
beStrictAboutOutputDuringTests="true"
8+
displayDetailsOnPhpunitDeprecations="true"
9+
failOnPhpunitDeprecation="true"
10+
failOnRisky="true"
11+
failOnWarning="true"
812
colors="true">
913
<testsuites>
1014
<testsuite name="default">
1115
<directory>tests/tests</directory>
1216
</testsuite>
1317
</testsuites>
1418

15-
<source>
19+
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
1620
<include>
1721
<directory>src</directory>
1822
</include>

0 commit comments

Comments
 (0)
Please sign in to comment.