Skip to content

Commit cd9226d

Browse files
Update PHPUnit configuration
1 parent df43398 commit cd9226d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: phpunit.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="vendor/autoload.php"
54
cacheDirectory=".phpunit.cache"
65
executionOrder="depends,defects"
76
requireCoverageMetadata="true"
87
beStrictAboutCoverageMetadata="true"
98
beStrictAboutOutputDuringTests="true"
9+
displayDetailsOnPhpunitDeprecations="true"
10+
failOnPhpunitDeprecation="true"
1011
failOnRisky="true"
1112
failOnWarning="true"
1213
colors="true">
@@ -20,9 +21,7 @@
2021
</testsuite>
2122
</testsuites>
2223

23-
<source restrictDeprecations="true"
24-
restrictNotices="true"
25-
restrictWarnings="true">
24+
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
2625
<include>
2726
<directory>src</directory>
2827
</include>

0 commit comments

Comments
 (0)