Skip to content

Commit 35c0389

Browse files
authored
[TASK] Configure PHPUnit to be more strict (#743)
1 parent a5a1f1a commit 35c0389

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
44
beStrictAboutChangesToGlobalState="true"
5+
beStrictAboutOutputDuringTests="true"
6+
beStrictAboutTodoAnnotatedTests="true"
57
cacheResult="false"
68
colors="true"
9+
convertDeprecationsToExceptions="true"
710
forceCoversAnnotation="true"
11+
verbose="true"
812
>
913
<testsuites>
1014
<testsuite name="Project Test Suite">

0 commit comments

Comments
 (0)