Skip to content

Commit

Permalink
Upgrade PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed May 26, 2023
1 parent 0d195a8 commit affe96f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpunit.xml
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/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory="build/cache/phpunit"
executionOrder="depends,defects"
Expand All @@ -24,8 +24,10 @@
<html outputDirectory="build/coverage/html"/>
<clover outputFile="build/coverage/clover.xml"/>
</report>
</coverage>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit affe96f

Please sign in to comment.