Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 10, 2025
1 parent c65bca0 commit 1e4b323
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<phpunit colors="true">
<phpunit backupGlobals="false"
backupStaticAttributes="false"
cacheTokens="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
verbose="true">
<testsuites>
<testsuite name="Unit">
<directory>tests/phpunit/Unit</directory>
Expand All @@ -9,4 +20,4 @@
<directory suffix=".php">includes</directory>
</whitelist>
</filter>
</phpunit>
</phpunit>

0 comments on commit 1e4b323

Please sign in to comment.