Skip to content

Commit 1d41ca6

Browse files
authored
Depreciations are unit test failures
1 parent cbc2f4f commit 1d41ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
9+
convertDeprecationsToExceptions="true"
910
processIsolation="false"
1011
stopOnFailure="false"
1112
bootstrap="./tests/bootstrap.php"
@@ -16,4 +17,4 @@
1617
<directory>./tests/</directory>
1718
</testsuite>
1819
</testsuites>
19-
</phpunit>
20+
</phpunit>

0 commit comments

Comments
 (0)