Skip to content

Commit c88d5d6

Browse files
authored
Merge pull request #226 from xabbuh/silence-tests
turn off unneeded noise in tests
2 parents 2b0b94c + ed5d363 commit c88d5d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
convertNoticesToExceptions="true"
77
convertWarningsToExceptions="true"
88
syntaxCheck="true">
9+
<php>
10+
<env name="SHELL_VERBOSITY" value="-1" />
11+
</php>
12+
913
<testsuites>
1014
<testsuite name="HttplugBundle unit tests">
1115
<directory suffix="Test.php">./Tests/Unit</directory>

0 commit comments

Comments
 (0)