Skip to content

Commit 1eb5ea4

Browse files
authored
Merge pull request #56 from jrfnl/feature/phpunit-update-config
PHPUnit: update configuration
2 parents cd48b86 + 729bc01 commit 1eb5ea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
beStrictAboutOutputDuringTests="true"
88
beStrictAboutTodoAnnotatedTests="true"
99
beStrictAboutChangesToGlobalState="true"
10+
convertErrorsToExceptions="true"
11+
convertWarningsToExceptions="true"
12+
convertNoticesToExceptions="true"
13+
convertDeprecationsToExceptions="true"
1014
bootstrap="tests/bootstrap.php"
1115
>
1216
<testsuites>

0 commit comments

Comments
 (0)