Turn of PHPUnit converting deprecations to exceptions

This commit is contained in:
Ben Ramsey
2019-12-06 17:06:07 -08:00
parent 0cc0217880
commit 0619916146
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php" colors="true" verbose="true" backupGlobals="false">
<phpunit bootstrap="./tests/bootstrap.php" colors="true" verbose="true" backupGlobals="false" convertDeprecationsToExceptions="false">
<testsuites>
<testsuite>
<directory>./tests</directory>