Skip to content

Commit

Permalink
Merge pull request #17 from ghostwriter/chore/update-phpunit-configur…
Browse files Browse the repository at this point in the history
…ations

Update `phpunit.xml.dist` configurations
  • Loading branch information
ghostwriter committed Apr 9, 2023
2 parents d4ca7a1 + 33c9322 commit 6b7a67c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,31 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
bootstrap="vendor/autoload.php"
cacheDirectory=".cache/phpunit"
colors="true"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
executionOrder="depends,defects"
failOnEmptyTestSuite="true"
failOnIncomplete="true"
failOnRisky="true"
failOnSkipped="true"
failOnWarning="true"
requireCoverageMetadata="true"
stopOnFailure="true"
testdox="true"
>
<testsuites>
<testsuite name="Test Suite">
<testsuite name="Result Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 6b7a67c

Please sign in to comment.