We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd48b86 + 729bc01 commit 1eb5ea4Copy full SHA for 1eb5ea4
phpunit.xml.dist
@@ -7,6 +7,10 @@
7
beStrictAboutOutputDuringTests="true"
8
beStrictAboutTodoAnnotatedTests="true"
9
beStrictAboutChangesToGlobalState="true"
10
+ convertErrorsToExceptions="true"
11
+ convertWarningsToExceptions="true"
12
+ convertNoticesToExceptions="true"
13
+ convertDeprecationsToExceptions="true"
14
bootstrap="tests/bootstrap.php"
15
>
16
<testsuites>
0 commit comments