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.
2 parents 2b0b94c + ed5d363 commit c88d5d6Copy full SHA for c88d5d6
phpunit.xml.dist
@@ -6,6 +6,10 @@
6
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
syntaxCheck="true">
9
+ <php>
10
+ <env name="SHELL_VERBOSITY" value="-1" />
11
+ </php>
12
+
13
<testsuites>
14
<testsuite name="HttplugBundle unit tests">
15
<directory suffix="Test.php">./Tests/Unit</directory>
0 commit comments