Skip to content

Commit ad245a2

Browse files
Enabled some strict settings
1 parent 0107325 commit ad245a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
<phpunit backupGlobals="false"
44
backupStaticAttributes="false"
5+
bootstrap="vendor/autoload.php"
6+
beStrictAboutOutputDuringTests="true"
7+
beStrictAboutTestsThatDoNotTestAnything="true"
58
colors="true"
69
convertErrorsToExceptions="true"
710
convertNoticesToExceptions="true"
811
convertWarningsToExceptions="true"
912
processIsolation="false"
1013
stopOnFailure="true"
1114
syntaxCheck="true"
12-
bootstrap="vendor/autoload.php"
1315
>
1416
<testsuites>
1517
<testsuite name="phpDocumentor\GraphViz">

0 commit comments

Comments
 (0)