Skip to content

Commit

Permalink
Merge pull request #733 from mimmi20/updates
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
mimmi20 authored Oct 16, 2024
2 parents 79f978f + 3bb1df0 commit 07ae565
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@

<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticProperties="false"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoverageMetadata="false"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnIncompleteTests="true"
failOnEmptyTestSuite="true"
failOnIncomplete="true"
failOnRisky="true"
failOnSkipped="true"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
bootstrap="vendor/autoload.php"
enforceTimeLimit="false"
Expand Down

0 comments on commit 07ae565

Please sign in to comment.