Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Sep 1, 2024
1 parent 4c52fe7 commit eeedc90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
Expand All @@ -14,7 +14,7 @@
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
executionOrder="depends,defects"
executionOrder="depends,random"
failOnDeprecation="true"
failOnEmptyTestSuite="true"
failOnIncomplete="true"
Expand All @@ -32,6 +32,9 @@
<text outputFile=".cache/phpunit/coverage.txt" />
</report>
</coverage>
<logging>
<junit outputFile=".cache/phpunit/junit.xml"/>
</logging>
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
Expand Down

0 comments on commit eeedc90

Please sign in to comment.