Skip to content

Commit 0f36fa4

Browse files
authored
Merge pull request #303 from jrfnl/feature/phpunit-update-config
PHPUnit: update configuration
2 parents adf7a90 + 670b3b5 commit 0f36fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
66
colors="true"
7+
convertDeprecationsToExceptions="true"
78
beStrictAboutOutputDuringTests="true"
89
forceCoversAnnotation="true"
910
verbose="true"

0 commit comments

Comments
 (0)