We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0107325 commit ad245a2Copy full SHA for ad245a2
1 file changed
phpunit.xml.dist
@@ -2,14 +2,16 @@
2
3
<phpunit backupGlobals="false"
4
backupStaticAttributes="false"
5
+ bootstrap="vendor/autoload.php"
6
+ beStrictAboutOutputDuringTests="true"
7
+ beStrictAboutTestsThatDoNotTestAnything="true"
8
colors="true"
9
convertErrorsToExceptions="true"
10
convertNoticesToExceptions="true"
11
convertWarningsToExceptions="true"
12
processIsolation="false"
13
stopOnFailure="true"
14
syntaxCheck="true"
- bootstrap="vendor/autoload.php"
15
>
16
<testsuites>
17
<testsuite name="phpDocumentor\GraphViz">
0 commit comments