Skip to content

Commit

Permalink
Merge pull request #110 from Yoast/JRF/QA/phpunit-config-tweak
Browse files Browse the repository at this point in the history
PHPUnit: update configuration
  • Loading branch information
jrfnl authored Sep 28, 2021
2 parents 957f164 + c6552cb commit f64308d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.5/phpunit.xsd"
backupGlobals="true"
bootstrap="tests/bootstrap.php"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertDeprecationsToExceptions="true"
>
<testsuites>
<testsuite name="whip">
Expand Down

0 comments on commit f64308d

Please sign in to comment.