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 a7404f3 commit 9664a51Copy full SHA for 9664a51
phpunit.xml.dist
@@ -8,10 +8,11 @@ and open the template in the editor.
8
<!-- see http://www.phpunit.de/wiki/Documentation -->
9
<phpunit bootstrap="./vendor/autoload.php"
10
colors="true"
11
+ testdox="true"
12
convertErrorsToExceptions="true"
13
convertNoticesToExceptions="true"
14
convertWarningsToExceptions="true"
- testdox="true"
15
+ convertDeprecationsToExceptions="true"
16
stopOnFailure="false">
17
18
<php>
0 commit comments