Skip to content

Commit 1652521

Browse files
committed
Use new phpunit attributes to control behaviour
1 parent ac7a90f commit 1652521

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

phpunit.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
bootstrap="test/phpunit-bootstrap.php"
55
colors="true"
6+
failOnDeprecation="true"
7+
failOnNotice="true"
8+
failOnIncomplete="true"
9+
failOnWarning="true"
10+
failOnRisky="true"
11+
displayDetailsOnIncompleteTests="true"
12+
displayDetailsOnSkippedTests="true"
13+
displayDetailsOnTestsThatTriggerDeprecations="true"
14+
displayDetailsOnTestsThatTriggerErrors="true"
15+
displayDetailsOnTestsThatTriggerNotices="true"
16+
displayDetailsOnTestsThatTriggerWarnings="true"
617
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
718
<source>
819
<include>

0 commit comments

Comments
 (0)