Skip to content

Commit 8cd62c4

Browse files
Update PHPUnit configuration
1 parent b547700 commit 8cd62c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpunit.xml

+3-2
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">
@@ -16,7 +17,7 @@
1617
</testsuite>
1718
</testsuites>
1819

19-
<source>
20+
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
2021
<include>
2122
<directory>src</directory>
2223
</include>

0 commit comments

Comments
 (0)