Skip to content

Commit

Permalink
Add convertDeprecationsToExceptions option.
Browse files Browse the repository at this point in the history
  • Loading branch information
zutigrm committed Aug 19, 2024
1 parent 1c35870 commit 942bd8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion phpunit.multisite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
bootstrap="tests/phpunit/bootstrap.php"
backupGlobals="false"
processIsolation="false"
colors="true">
colors="true"
convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="Site Kit Test Suite">
<directory suffix=".php">./tests/phpunit/integration</directory>
Expand Down
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
bootstrap="tests/phpunit/bootstrap.php"
backupGlobals="false"
processIsolation="false"
colors="true">
colors="true"
convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="Site Kit Test Suite">
<directory suffix=".php">./tests/phpunit/integration</directory>
Expand Down

0 comments on commit 942bd8c

Please sign in to comment.