Skip to content

Commit

Permalink
OXDEV-8234 Update PhpUit version to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed May 13, 2024
1 parent 3de6048 commit 83e64da
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="true"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
executionOrder="depends,defects"
beStrictAboutOutputDuringTests="false"
beStrictAboutTestsThatDoNotTestAnything="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
verbose="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage includeUncoveredFiles="true" processUncoveredFiles="true">
<include>
<directory suffix=".php">../src</directory>
</include>
</coverage>
backupGlobals="true"
colors="true"
testdox="false"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
requireCoverageMetadata="false"
beStrictAboutCoverageMetadata="false"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true">
<testsuites>
<testsuite name="Integration">
<directory>Integration/</directory>
</testsuite>
</testsuites>
</phpunit>
<source>
<include>
<directory suffix=".php">../src</directory>
</include>
</source>
</phpunit>

0 comments on commit 83e64da

Please sign in to comment.